#219467

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

Shades of Elf Green #219467

Tints of Elf Green #219467

Color information

#219467 (or 0x219467) is unknown color: approx Elf Green. HEX triplet: 21, 94 and 67. RGB value is (33,148,103). Sum of RGB (Red+Green+Blue) = 33+148+103=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #219467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219467 is #DE6B98. Grayscale: #6C6C6C. Windows color (decimal): -14576537 or 6788129. OLE color: 6788129.

HSL color Cylindrical-coordinate representation of color #219467: hue angle of 156.52º degrees, saturation: 0.64, 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 #219467 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB33148103-
CMYK0.7800.300.42
HSL156.52º63.54%35.49%-
HSV(B)156.52º77.7%58.04%-
XYZ13.6722.4816.45-
YUV108.48124.974.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=11.62%
G=52.11%
B=36.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331481030.7800.300.42156.5263.5435.49
Hex2194674E01E2A9d4023
Octal412241471160365223510043
Binary1000011001010011001111001110011110101010100111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219467; }

 p { color: rgb(33,148,103); }

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

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

 a { background-color: rgb(33,148,103); }

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

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

 span { border-color: rgb(33,148,103); }

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