Html Css Color HEX #229E7A Jungle Green

📋 copy color: '#229E7A'

red 34 ◦ green 158 ◦ blue 122

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

Shades of Jungle Green #229E7A

Tints of Jungle Green #229E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 10.83%
G = 50.32%
B = 38.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#229E7A (or 0x229E7A) is known color: Jungle Green. HEX triplet: 22, 9E and 7A. RGB value is (34,158,122). Sum of RGB (Red+Green+Blue) = 34+158+122=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #229E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229E7A is #DD6185. Grayscale: #747474. Windows color (decimal): -14508422 or 8035874. OLE color: 8035874.

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

Color convert

RGB 34 158 122 -
CMYK 0.78 0 0.23 0.38
HSL 162.58º 0.65% 0.38% -
HSV(B) 162.58º 0.78% 0.62% -
XYZ 16.4 26.2 22.6 -
YUV 116.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 34 158 122 0.78 0 0.23 0.38 162.58 0.65 0.38
Hex 22 9E 7A 4E 0 17 26 A3 41 26
Octal 42 236 172 116 0 27 46 243 101 46
Binary 100010 10011110 1111010 1001110 0 10111 100110 10100011 1000001 100110

Color Harmonies of #229E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229E7A

Black with #229E7A

Text Example


Text Example

White with #229E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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