#218962

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

Shades of Elf Green #218962

Tints of Elf Green #218962

Color information

#218962 (or 0x218962) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 62. RGB value is (33,137,98). Sum of RGB (Red+Green+Blue) = 33+137+98=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #218962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218962 is #DE769D. Grayscale: #656565. Windows color (decimal): -14579358 or 6457633. OLE color: 6457633.

HSL color Cylindrical-coordinate representation of color #218962: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218962 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB3313798-
CMYK0.7600.280.46
HSL157.5º61.18%33.33%-
HSV(B)157.5º75.91%53.73%-
XYZ11.7819.114.62-
YUV101.46126.0479.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=12.31%
G=51.12%
B=36.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137980.7600.280.46157.561.1833.33
Hex2189624C01C2E9e3d21
Octal41211142114034562367541
Binary100001100010011100010100110001110010111010011110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218962; }

 p { color: rgb(33,137,98); }

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

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

 a { background-color: rgb(33,137,98); }

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

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

 span { border-color: rgb(33,137,98); }

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