#214E15

Color #214E15 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214E15

Tints of Myrtle #214E15

Color information

#214E15 (or 0x214E15) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 15. RGB value is (33,78,21). Sum of RGB (Red+Green+Blue) = 33+78+21=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #214E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E15 is #DEB1EA. Grayscale: #3A3A3A. Windows color (decimal): -14594539 or 1396257. OLE color: 1396257.

HSL color Cylindrical-coordinate representation of color #214E15: hue angle of 107.37º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214E15 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB337821-
CMYK0.5800.730.69
HSL107.37º57.58%19.41%-
HSV(B)107.37º73.08%30.59%-
XYZ3.495.831.65-
YUV58.05107.09110.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 59.09%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=25%
G=59.09%
B=15.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378210.5800.730.69107.3757.5819.41
Hex214E153A049456b3a13
Octal41116257201111051537223
Binary100001100111010101111010010010011000101110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214E15; }

 p { color: rgb(33,78,21); }

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

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

 a { background-color: rgb(33,78,21); }

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

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

 span { border-color: rgb(33,78,21); }

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