#214F24

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

Shades of Myrtle #214F24

Tints of Myrtle #214F24

Color information

#214F24 (or 0x214F24) is unknown color: approx Myrtle. HEX triplet: 21, 4F and 24. RGB value is (33,79,36). Sum of RGB (Red+Green+Blue) = 33+79+36=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #214F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F24 is #DEB0DB. Grayscale: #3C3C3C. Windows color (decimal): -14594268 or 2379553. OLE color: 2379553.

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

Color convert

RGB337936-
CMYK0.5800.540.69
HSL123.91º41.07%21.96%-
HSV(B)123.91º58.23%30.98%-
XYZ3.746.042.64-
YUV60.34114.26108.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 79 (31.25% from 255) = 53.38%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=22.30%
G=53.38%
B=24.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379360.5800.540.69123.9141.0721.96
Hex214F243A036457c2916
Octal4111744720661051745126
Binary100001100111110010011101001101101000101111110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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