#214F1F

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

Shades of Myrtle #214F1F

Tints of Myrtle #214F1F

Color information

#214F1F (or 0x214F1F) is unknown color: approx Myrtle. HEX triplet: 21, 4F and 1F. RGB value is (33,79,31). Sum of RGB (Red+Green+Blue) = 33+79+31=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #214F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F1F is #DEB0E0. Grayscale: #3B3B3B. Windows color (decimal): -14594273 or 2051873. OLE color: 2051873.

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

Color convert

RGB337931-
CMYK0.5800.610.69
HSL117.5º43.64%21.57%-
HSV(B)117.5º60.76%30.98%-
XYZ3.676.012.26-
YUV59.77111.76108.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 79 (31.25% from 255) = 55.24%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=23.08%
G=55.24%
B=21.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379310.5800.610.69117.543.6421.57
Hex214F1F3A03D45762c16
Octal4111737720751051665426
Binary10000110011111111111101001111011000101111011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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