Html Css Color HEX #229970 Elf Green

📋 copy color: '#229970'

red 34 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #229970

Tints of Elf Green #229970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.17%

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

R = 11.37%
G = 51.17%
B = 37.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#229970 (or 0x229970) is known color: Elf Green. HEX triplet: 22, 99 and 70. RGB value is (34,153,112). Sum of RGB (Red+Green+Blue) = 34+153+112=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #229970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229970 is #DD668F. Grayscale: #707070. Windows color (decimal): -14509712 or 7379234. OLE color: 7379234.

HSL color Cylindrical-coordinate representation of color #229970: hue angle of 159.33º 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 #229970 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 112 -
CMYK 0.78 0 0.27 0.4
HSL 159.33º 0.64% 0.37% -
HSV(B) 159.33º 0.78% 0.6% -
XYZ 14.98 24.29 19.23 -
YUV 112.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 34 153 112 0.78 0 0.27 0.4 159.33 0.64 0.37
Hex 22 99 70 4E 0 1B 28 9F 40 25
Octal 42 231 160 116 0 33 50 237 100 45
Binary 100010 10011001 1110000 1001110 0 11011 101000 10011111 1000000 100101

Color Harmonies of #229970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229970

Black with #229970

Text Example


Text Example

White with #229970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229970; }

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

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

background-color css

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

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

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

border-color css

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

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

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