#214E0B

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

Shades of Myrtle #214E0B

Tints of Myrtle #214E0B

Color information

#214E0B (or 0x214E0B) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 0B. RGB value is (33,78,11). Sum of RGB (Red+Green+Blue) = 33+78+11=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #214E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E0B is #DEB1F4. Grayscale: #393939. Windows color (decimal): -14594549 or 740897. OLE color: 740897.

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

Color convert

RGB337811-
CMYK0.5800.860.69
HSL100.3º75.28%17.45%-
HSV(B)100.3º85.9%30.59%-
XYZ3.415.81.26-
YUV56.91102.09110.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 78 (30.86% from 255) = 63.93%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=27.05%
G=63.93%
B=9.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378110.5800.860.69100.375.2817.45
Hex214EB3A05645644b11
Octal411161372012610514411321
Binary100001100111010111110100101011010001011100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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