Html Css Color HEX #229470 Elf Green

📋 copy color: '#229470'

red 34 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #229470

Tints of Elf Green #229470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 11.56%
G = 50.34%
B = 38.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#229470 (or 0x229470) is known color: Elf Green. HEX triplet: 22, 94 and 70. RGB value is (34,148,112). Sum of RGB (Red+Green+Blue) = 34+148+112=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #229470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229470 is #DD6B8F. Grayscale: #6D6D6D. Windows color (decimal): -14510992 or 7377954. OLE color: 7377954.

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

Color convert

RGB 34 148 112 -
CMYK 0.77 0 0.24 0.42
HSL 161.05º 0.63% 0.36% -
HSV(B) 161.05º 0.77% 0.58% -
XYZ 14.17 22.69 18.96 -
YUV 109.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 34 148 112 0.77 0 0.24 0.42 161.05 0.63 0.36
Hex 22 94 70 4D 0 18 2A A1 3F 24
Octal 42 224 160 115 0 30 52 241 77 44
Binary 100010 10010100 1110000 1001101 0 11000 101010 10100001 111111 100100

Color Harmonies of #229470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229470

Black with #229470

Text Example


Text Example

White with #229470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229470; }

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

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

background-color css

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

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

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

border-color css

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

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

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