#214E12

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

Shades of Myrtle #214E12

Tints of Myrtle #214E12

Color information

#214E12 (or 0x214E12) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 12. RGB value is (33,78,18). Sum of RGB (Red+Green+Blue) = 33+78+18=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #214E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E12 is #DEB1ED. Grayscale: #393939. Windows color (decimal): -14594542 or 1199649. OLE color: 1199649.

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

Color convert

RGB337818-
CMYK0.5800.770.69
HSL105º62.5%18.82%-
HSV(B)105º76.92%30.59%-
XYZ3.465.821.51-
YUV57.7105.59110.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 78 (30.86% from 255) = 60.47%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=25.58%
G=60.47%
B=13.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378180.5800.770.6910562.518.82
Hex214E123A04D45693e13
Octal41116227201151051517623
Binary100001100111010010111010010011011000101110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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