Html Css Color HEX #229F7B Jungle Green

📋 copy color: '#229F7B'

red 34 ◦ green 159 ◦ blue 123

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

Shades of Jungle Green #229F7B

Tints of Jungle Green #229F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 10.76%
G = 50.32%
B = 38.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#229F7B (or 0x229F7B) is known color: Jungle Green. HEX triplet: 22, 9F and 7B. RGB value is (34,159,123). Sum of RGB (Red+Green+Blue) = 34+159+123=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #229F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F7B is #DD6084. Grayscale: #757575. Windows color (decimal): -14508165 or 8101666. OLE color: 8101666.

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

Color convert

RGB 34 159 123 -
CMYK 0.79 0 0.23 0.38
HSL 162.72º 0.65% 0.38% -
HSV(B) 162.72º 0.79% 0.62% -
XYZ 16.63 26.57 22.99 -
YUV 117.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 34 159 123 0.79 0 0.23 0.38 162.72 0.65 0.38
Hex 22 9F 7B 4F 0 17 26 A3 41 26
Octal 42 237 173 117 0 27 46 243 101 46
Binary 100010 10011111 1111011 1001111 0 10111 100110 10100011 1000001 100110

Color Harmonies of #229F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229F7B

Black with #229F7B

Text Example


Text Example

White with #229F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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