#228370

Color #228370 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #228370

Tints of Elf Green #228370

Color information

#228370 (or 0x228370) is unknown color: approx 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

RGB34131112-
CMYK0.7400.150.49
HSL168.25º58.79%32.35%-
HSV(B)168.25º74.05%51.37%-
XYZ11.717.7418.14-
YUV99.83134.8681.04-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341311120.7400.150.49168.2558.7932.35
Hex2283704A0F31a83b20
Octal42203160112017612507340
Binary10001010000011111000010010100111111000110101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>