Html Css Color HEX #229A7C Jungle Green

📋 copy color: '#229A7C'

red 34 ◦ green 154 ◦ blue 124

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

Shades of Jungle Green #229A7C

Tints of Jungle Green #229A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 10.9%
G = 49.36%
B = 39.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#229A7C (or 0x229A7C) is known color: Jungle Green. HEX triplet: 22, 9A and 7C. RGB value is (34,154,124). Sum of RGB (Red+Green+Blue) = 34+154+124=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #229A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229A7C is #DD6583. Grayscale: #727272. Windows color (decimal): -14509444 or 8165922. OLE color: 8165922.

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

Color convert

RGB 34 154 124 -
CMYK 0.78 0 0.19 0.40
HSL 165º 0.64% 0.37% -
HSV(B) 165º 0.78% 0.6% -
XYZ 15.85 24.91 23.04 -
YUV 114.7 133.24 70.44 -
System Red Green Blue C M Y K H S L
Decimal 34 154 124 0.78 0 0.19 0.40 165 0.64 0.37
Hex 22 9A 7C 4E 0 13 28 A5 40 25
Octal 42 232 174 116 0 23 50 245 100 45
Binary 100010 10011010 1111100 1001110 0 10011 101000 10100101 1000000 100101

Color Harmonies of #229A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229A7C

Black with #229A7C

Text Example


Text Example

White with #229A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,154,124); }

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

background-color css

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

 a { background-color: rgb(34,154,124); }

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

border-color css

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

 span { border-color: rgb(34,154,124); }

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