Html Css Color HEX #229770 Elf Green

📋 copy color: '#229770'

red 34 ◦ green 151 ◦ blue 112

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

Shades of Elf Green #229770

Tints of Elf Green #229770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 11.45%
G = 50.84%
B = 37.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#229770 (or 0x229770) is known color: Elf Green. HEX triplet: 22, 97 and 70. RGB value is (34,151,112). Sum of RGB (Red+Green+Blue) = 34+151+112=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #229770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229770 is #DD688F. Grayscale: #6F6F6F. Windows color (decimal): -14510224 or 7378722. OLE color: 7378722.

HSL color Cylindrical-coordinate representation of color #229770: hue angle of 160º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229770 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 151 112 -
CMYK 0.77 0 0.26 0.41
HSL 160º 0.63% 0.36% -
HSV(B) 160º 0.77% 0.59% -
XYZ 14.65 23.64 19.12 -
YUV 111.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 34 151 112 0.77 0 0.26 0.41 160 0.63 0.36
Hex 22 97 70 4D 0 1A 29 A0 3F 24
Octal 42 227 160 115 0 32 51 240 77 44
Binary 100010 10010111 1110000 1001101 0 11010 101001 10100000 111111 100100

Color Harmonies of #229770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229770

Black with #229770

Text Example


Text Example

White with #229770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229770; }

 p { color: rgb(34,151,112); }

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

background-color css

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

 a { background-color: rgb(34,151,112); }

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

border-color css

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

 span { border-color: rgb(34,151,112); }

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