#26A972

Color #26A972 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #26A972

Tints of Jungle Green #26A972

Color information

#26A972 (or 0x26A972) is unknown color: approx Jungle Green. HEX triplet: 26, A9 and 72. RGB value is (38,169,114). Sum of RGB (Red+Green+Blue) = 38+169+114=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #26A972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A972 is #D9568D. Grayscale: #7B7B7B. Windows color (decimal): -14243470 or 7514406. OLE color: 7514406.

HSL color Cylindrical-coordinate representation of color #26A972: hue angle of 154.81º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A972 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB38169114-
CMYK0.7800.330.34
HSL154.81º63.29%40.59%-
HSV(B)154.81º77.51%66.27%-
XYZ18.023020.76-
YUV123.56122.666.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 169 (66.41% from 255) = 52.65%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=11.84%
G=52.65%
B=35.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381691140.7800.330.34154.8163.2940.59
Hex26A9724E021229b3f29
Octal46251162116041422337751
Binary1001101010100111100101001110010000110001010011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A972; }

 p { color: rgb(38,169,114); }

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

<style>
 a { background-color: #26A972; }

 a { background-color: rgb(38,169,114); }

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

<style>
 span { border-color: #26A972; }

 span { border-color: rgb(38,169,114); }

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