Html Css Color HEX #229D7D Jungle Green

📋 copy color: '#229D7D'

red 34 ◦ green 157 ◦ blue 125

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

Shades of Jungle Green #229D7D

Tints of Jungle Green #229D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.68%

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

R = 10.76%
G = 49.68%
B = 39.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#229D7D (or 0x229D7D) is known color: Jungle Green. HEX triplet: 22, 9D and 7D. RGB value is (34,157,125). Sum of RGB (Red+Green+Blue) = 34+157+125=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #229D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D7D is #DD6282. Grayscale: #747474. Windows color (decimal): -14508675 or 8232226. OLE color: 8232226.

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

Color convert

RGB 34 157 125 -
CMYK 0.78 0 0.20 0.38
HSL 164.39º 0.64% 0.37% -
HSV(B) 164.39º 0.78% 0.62% -
XYZ 16.42 25.93 23.54 -
YUV 116.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 34 157 125 0.78 0 0.20 0.38 164.39 0.64 0.37
Hex 22 9D 7D 4E 0 14 26 A4 40 25
Octal 42 235 175 116 0 24 46 244 100 45
Binary 100010 10011101 1111101 1001110 0 10100 100110 10100100 1000000 100101

Color Harmonies of #229D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229D7D

Black with #229D7D

Text Example


Text Example

White with #229D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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