#214F1D

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

Shades of Myrtle #214F1D

Tints of Myrtle #214F1D

Color information

#214F1D (or 0x214F1D) is unknown color: approx Myrtle. HEX triplet: 21, 4F and 1D. RGB value is (33,79,29). Sum of RGB (Red+Green+Blue) = 33+79+29=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #214F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F1D is #DEB0E2. Grayscale: #3B3B3B. Windows color (decimal): -14594275 or 1920801. OLE color: 1920801.

HSL color Cylindrical-coordinate representation of color #214F1D: hue angle of 115.2º 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 #214F1D is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB337929-
CMYK0.5800.630.69
HSL115.2º46.3%21.18%-
HSV(B)115.2º63.29%30.98%-
XYZ3.6462.13-
YUV59.55110.76109.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=23.40%
G=56.03%
B=20.57%

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
Decimal3379290.5800.630.69115.246.321.18
Hex214F1D3A03F45732e15
Octal4111735720771051635625
Binary10000110011111110111101001111111000101111001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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