Html Css Color HEX #228970 Elf Green

📋 copy color: '#228970'

red 34 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #228970

Tints of Elf Green #228970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

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

R = 12.01%
G = 48.41%
B = 39.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#228970 (or 0x228970) is known color: Elf Green. HEX triplet: 22, 89 and 70. RGB value is (34,137,112). Sum of RGB (Red+Green+Blue) = 34+137+112=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #228970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228970 is #DD768F. Grayscale: #676767. Windows color (decimal): -14513808 or 7375138. OLE color: 7375138.

HSL color Cylindrical-coordinate representation of color #228970: hue angle of 165.44º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228970 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 137 112 -
CMYK 0.75 0 0.18 0.46
HSL 165.44º 0.6% 0.34% -
HSV(B) 165.44º 0.75% 0.54% -
XYZ 12.53 19.4 18.41 -
YUV 103.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 34 137 112 0.75 0 0.18 0.46 165.44 0.6 0.34
Hex 22 89 70 4B 0 12 2E A5 3C 22
Octal 42 211 160 113 0 22 56 245 74 42
Binary 100010 10001001 1110000 1001011 0 10010 101110 10100101 111100 100010

Color Harmonies of #228970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228970

Black with #228970

Text Example


Text Example

White with #228970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228970; }

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

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

background-color css

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

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

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

border-color css

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

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

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