#228270

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

Shades of Elf Green #228270

Tints of Elf Green #228270

Color information

#228270 (or 0x228270) is unknown color: approx Elf Green. HEX triplet: 22, 82 and 70. RGB value is (34,130,112). Sum of RGB (Red+Green+Blue) = 34+130+112=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #228270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228270 is #DD7D8F. Grayscale: #636363. Windows color (decimal): -14515600 or 7373346. OLE color: 7373346.

HSL color Cylindrical-coordinate representation of color #228270: hue angle of 168.75º 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 #228270 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB34130112-
CMYK0.7400.140.49
HSL168.75º58.54%32.16%-
HSV(B)168.75º73.85%50.98%-
XYZ11.5717.4818.09-
YUV99.24135.281.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=12.32%
G=47.10%
B=40.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301120.7400.140.49168.7558.5432.16
Hex2282704A0E31a93b20
Octal42202160112016612517340
Binary10001010000010111000010010100111011000110101001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228270; }

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

 H1.HeaderClassName
 {
   color: #228270;
 }
 .AnyTagClassName
 {
   color: #228270;
 }
</style>
background-color css

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

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

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

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

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

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