#214E0D

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

Shades of Myrtle #214E0D

Tints of Myrtle #214E0D

Color information

#214E0D (or 0x214E0D) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 0D. RGB value is (33,78,13). Sum of RGB (Red+Green+Blue) = 33+78+13=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #214E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E0D is #DEB1F2. Grayscale: #393939. Windows color (decimal): -14594547 or 871969. OLE color: 871969.

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

Color convert

RGB337813-
CMYK0.5800.830.69
HSL101.54º71.43%17.84%-
HSV(B)101.54º83.33%30.59%-
XYZ3.425.81.32-
YUV57.13103.09110.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 78 (30.86% from 255) = 62.90%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=26.61%
G=62.90%
B=10.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378130.5800.830.69101.5471.4317.84
Hex214ED3A05345664712
Octal411161572012310514610722
Binary100001100111011011110100101001110001011100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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