#219375

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

Shades of Elf Green #219375

Tints of Elf Green #219375

Color information

#219375 (or 0x219375) is unknown color: approx Elf Green. HEX triplet: 21, 93 and 75. RGB value is (33,147,117). Sum of RGB (Red+Green+Blue) = 33+147+117=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #219375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219375 is #DE6C8A. Grayscale: #6D6D6D. Windows color (decimal): -14576779 or 7705377. OLE color: 7705377.

HSL color Cylindrical-coordinate representation of color #219375: hue angle of 164.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219375 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB33147117-
CMYK0.7800.200.42
HSL164.21º63.33%35.29%-
HSV(B)164.21º77.55%57.65%-
XYZ14.2722.4820.42-
YUV109.49132.2373.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=11.11%
G=49.49%
B=39.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471170.7800.200.42164.2163.3335.29
Hex2193754E0142Aa43f23
Octal41223165116024522447743
Binary100001100100111110101100111001010010101010100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219375; }

 p { color: rgb(33,147,117); }

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

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

 a { background-color: rgb(33,147,117); }

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

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

 span { border-color: rgb(33,147,117); }

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