Html Css Color HEX #229F7F Jungle Green

📋 copy color: '#229F7F'

red 34 ◦ green 159 ◦ blue 127

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

Shades of Jungle Green #229F7F

Tints of Jungle Green #229F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 10.63%
G = 49.69%
B = 39.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#229F7F (or 0x229F7F) is known color: Jungle Green. HEX triplet: 22, 9F and 7F. RGB value is (34,159,127). Sum of RGB (Red+Green+Blue) = 34+159+127=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #229F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F7F is #DD6080. Grayscale: #757575. Windows color (decimal): -14508161 or 8363810. OLE color: 8363810.

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

Color convert

RGB 34 159 127 -
CMYK 0.79 0 0.20 0.38
HSL 164.64º 0.65% 0.38% -
HSV(B) 164.64º 0.79% 0.62% -
XYZ 16.89 26.67 24.34 -
YUV 117.98 133.09 68.1 -
System Red Green Blue C M Y K H S L
Decimal 34 159 127 0.79 0 0.20 0.38 164.64 0.65 0.38
Hex 22 9F 7F 4F 0 14 26 A5 41 26
Octal 42 237 177 117 0 24 46 245 101 46
Binary 100010 10011111 1111111 1001111 0 10100 100110 10100101 1000001 100110

Color Harmonies of #229F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229F7F

Black with #229F7F

Text Example


Text Example

White with #229F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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