#26A472

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

Shades of Jungle Green #26A472

Tints of Jungle Green #26A472

Color information

#26A472 (or 0x26A472) is unknown color: approx Jungle Green. HEX triplet: 26, A4 and 72. RGB value is (38,164,114). Sum of RGB (Red+Green+Blue) = 38+164+114=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #26A472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A472 is #D95B8D. Grayscale: #787878. Windows color (decimal): -14244750 or 7513126. OLE color: 7513126.

HSL color Cylindrical-coordinate representation of color #26A472: hue angle of 156.19º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A472 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB38164114-
CMYK0.7700.300.36
HSL156.19º62.38%39.61%-
HSV(B)156.19º76.83%64.31%-
XYZ17.1128.1820.46-
YUV120.63124.2669.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 164 (64.45% from 255) = 51.90%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=12.03%
G=51.90%
B=36.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381641140.7700.300.36156.1962.3839.61
Hex26A4724D01E249c3e28
Octal46244162115036442347650
Binary100110101001001110010100110101111010010010011100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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