Html Css Color HEX #229E7D Jungle Green

📋 copy color: '#229E7D'

red 34 ◦ green 158 ◦ blue 125

#229E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #229E7D

Tints of Jungle Green #229E7D

RGB

 RED value IS 34 (13.67% from 255) = 10.73%

 GREEN value IS 158 (62.11% from 255) = 49.84%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 10.73%
G = 49.84%
B = 39.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#229E7D (or 0x229E7D) is known color: Jungle Green. HEX triplet: 22, 9E and 7D. RGB value is (34,158,125). Sum of RGB (Red+Green+Blue) = 34+158+125=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7D is #DD6182. Grayscale: #757575. Windows color (decimal): -14508419 or 8232482. OLE color: 8232482.

HSL color Cylindrical-coordinate representation of color #229E7D: hue angle of 164.03º 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 #229E7D is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 158 125 -
CMYK 0.78 0 0.21 0.38
HSL 164.03º 0.65% 0.38% -
HSV(B) 164.03º 0.78% 0.62% -
XYZ 16.59 26.27 23.6 -
YUV 117.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 34 158 125 0.78 0 0.21 0.38 164.03 0.65 0.38
Hex 22 9E 7D 4E 0 15 26 A4 41 26
Octal 42 236 175 116 0 25 46 244 101 46
Binary 100010 10011110 1111101 1001110 0 10101 100110 10100100 1000001 100110

Color Harmonies of #229E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229E7D

Black with #229E7D

Text Example


Text Example

White with #229E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #229E7D;
 }
 .AnyTagClassName
 {
   color: #229E7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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