Html Css Color HEX #229F80 Jungle Green

📋 copy color: '#229F80'

red 34 ◦ green 159 ◦ blue 128

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

Shades of Jungle Green #229F80

Tints of Jungle Green #229F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.53%

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 10.59%
G = 49.53%
B = 39.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#229F80 (or 0x229F80) is known color: Jungle Green. HEX triplet: 22, 9F and 80. RGB value is (34,159,128). Sum of RGB (Red+Green+Blue) = 34+159+128=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #229F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F80 is #DD607F. Grayscale: #767676. Windows color (decimal): -14508160 or 8429346. OLE color: 8429346.

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

Color convert

RGB 34 159 128 -
CMYK 0.79 0 0.19 0.38
HSL 165.12º 0.65% 0.38% -
HSV(B) 165.12º 0.79% 0.62% -
XYZ 16.95 26.69 24.68 -
YUV 118.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 34 159 128 0.79 0 0.19 0.38 165.12 0.65 0.38
Hex 22 9F 80 4F 0 13 26 A5 41 26
Octal 42 237 200 117 0 23 46 245 101 46
Binary 100010 10011111 10000000 1001111 0 10011 100110 10100101 1000001 100110

Color Harmonies of #229F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229F80

Black with #229F80

Text Example


Text Example

White with #229F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,159,128); }

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

background-color css

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

 a { background-color: rgb(34,159,128); }

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

border-color css

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

 span { border-color: rgb(34,159,128); }

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