#26994A

Color #26994A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #26994A

Tints of Sea Green #26994A

Color information

#26994A (or 0x26994A) is unknown color: approx Sea Green. HEX triplet: 26, 99 and 4A. RGB value is (38,153,74). Sum of RGB (Red+Green+Blue) = 38+153+74=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #26994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26994A is #D966B5. Grayscale: #6D6D6D. Windows color (decimal): -14247606 or 4888870. OLE color: 4888870.

HSL color Cylindrical-coordinate representation of color #26994A: hue angle of 138.78º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26994A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB3815374-
CMYK0.7500.520.4
HSL138.78º60.21%37.45%-
HSV(B)138.78º75.16%60%-
XYZ13.4323.6910.34-
YUV109.61107.976.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=14.34%
G=57.74%
B=27.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153740.7500.520.4138.7860.2137.45
Hex26994A4B034288b3c25
Octal46231112113064502137445
Binary1001101001100110010101001011011010010100010001011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26994A; }

 p { color: rgb(38,153,74); }

 H1.HeaderClassName
 {
   color: #26994A;
 }
 .AnyTagClassName
 {
   color: #26994A;
 }
</style>
background-color css

<style>
 a { background-color: #26994A; }

 a { background-color: rgb(38,153,74); }

 div.DivClassName
 {
   background-color: #26994A;
 }
 .BgClassName
 {
   background-color: #26994A;
 }
</style>
border-color css

<style>
 span { border-color: #26994A; }

 span { border-color: rgb(38,153,74); }

 td.TdClassName
 {
   border-color: #26994A;
 }
 .TagClassName
 {
   border-color: #26994A;
 }
</style>