#229E7E

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

Shades of Jungle Green #229E7E

Tints of Jungle Green #229E7E

Color information

#229E7E (or 0x229E7E) is unknown color: approx Jungle Green. HEX triplet: 22, 9E and 7E. RGB value is (34,158,126). Sum of RGB (Red+Green+Blue) = 34+158+126=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7E is #DD6181. Grayscale: #757575. Windows color (decimal): -14508418 or 8298018. OLE color: 8298018.

HSL color Cylindrical-coordinate representation of color #229E7E: hue angle of 164.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229E7E is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB34158126-
CMYK0.7800.200.38
HSL164.52º64.58%37.65%-
HSV(B)164.52º78.48%61.96%-
XYZ16.6526.323.94-
YUV117.28132.9268.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 158 (62.11% from 255) = 49.69%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=10.69%
G=49.69%
B=39.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341581260.7800.200.38164.5264.5837.65
Hex229E7E4E01426a54126
Octal422361761160244624510146
Binary1000101001111011111101001110010100100110101001011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229E7E; }

 p { color: rgb(34,158,126); }

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

<style>
 a { background-color: #229E7E; }

 a { background-color: rgb(34,158,126); }

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

<style>
 span { border-color: #229E7E; }

 span { border-color: rgb(34,158,126); }

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