#214F25

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

Shades of Myrtle #214F25

Tints of Myrtle #214F25

Color information

#214F25 (or 0x214F25) is unknown color: approx Myrtle. HEX triplet: 21, 4F and 25. RGB value is (33,79,37). Sum of RGB (Red+Green+Blue) = 33+79+37=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #214F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F25 is #DEB0DA. Grayscale: #3C3C3C. Windows color (decimal): -14594267 or 2445089. OLE color: 2445089.

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

Color convert

RGB337937-
CMYK0.5800.530.69
HSL125.22º41.07%21.96%-
HSV(B)125.22º58.23%30.98%-
XYZ3.766.052.72-
YUV60.46114.76108.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=22.15%
G=53.02%
B=24.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379370.5800.530.69125.2241.0721.96
Hex214F253A035457d2916
Octal4111745720651051755126
Binary100001100111110010111101001101011000101111110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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