#214E1D

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

Shades of Myrtle #214E1D

Tints of Myrtle #214E1D

Color information

#214E1D (or 0x214E1D) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 1D. RGB value is (33,78,29). Sum of RGB (Red+Green+Blue) = 33+78+29=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #214E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E1D is #DEB1E2. Grayscale: #3B3B3B. Windows color (decimal): -14594531 or 1920545. OLE color: 1920545.

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

Color convert

RGB337829-
CMYK0.5800.630.69
HSL115.1º45.79%20.98%-
HSV(B)115.1º62.82%30.59%-
XYZ3.575.862.11-
YUV58.96111.09109.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 78 (30.86% from 255) = 55.71%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=23.57%
G=55.71%
B=20.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378290.5800.630.69115.145.7920.98
Hex214E1D3A03F45732e15
Octal4111635720771051635625
Binary10000110011101110111101001111111000101111001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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