Html Css Color HEX #228370 Elf Green

📋 copy color: '#228370'

red 34 ◦ green 131 ◦ blue 112

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

Shades of Elf Green #228370

Tints of Elf Green #228370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

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

R = 12.27%
G = 47.29%
B = 40.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#228370 (or 0x228370) is known color: Elf Green. HEX triplet: 22, 83 and 70. RGB value is (34,131,112). Sum of RGB (Red+Green+Blue) = 34+131+112=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #228370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228370 is #DD7C8F. Grayscale: #636363. Windows color (decimal): -14515344 or 7373602. OLE color: 7373602.

HSL color Cylindrical-coordinate representation of color #228370: hue angle of 168.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228370 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 131 112 -
CMYK 0.74 0 0.15 0.49
HSL 168.25º 0.59% 0.32% -
HSV(B) 168.25º 0.74% 0.51% -
XYZ 11.7 17.74 18.14 -
YUV 99.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 34 131 112 0.74 0 0.15 0.49 168.25 0.59 0.32
Hex 22 83 70 4A 0 F 31 A8 3B 20
Octal 42 203 160 112 0 17 61 250 73 40
Binary 100010 10000011 1110000 1001010 0 1111 110001 10101000 111011 100000

Color Harmonies of #228370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228370

Black with #228370

Text Example


Text Example

White with #228370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228370; }

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

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

background-color css

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

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

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

border-color css

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

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

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