#214C0F

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

Shades of Myrtle #214C0F

Tints of Myrtle #214C0F

Color information

#214C0F (or 0x214C0F) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 0F. RGB value is (33,76,15). Sum of RGB (Red+Green+Blue) = 33+76+15=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #214C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C0F is #DEB3F0. Grayscale: #383838. Windows color (decimal): -14595057 or 1002529. OLE color: 1002529.

HSL color Cylindrical-coordinate representation of color #214C0F: hue angle of 102.3º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214C0F is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB337615-
CMYK0.5700.800.70
HSL102.3º67.03%17.84%-
HSV(B)102.3º80.26%29.8%-
XYZ3.35.531.34-
YUV56.19104.75111.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 76 (30.08% from 255) = 61.29%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=26.61%
G=61.29%
B=12.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376150.5700.800.70102.367.0317.84
Hex214CF3905046664312
Octal411141771012010614610322
Binary100001100110011111110010101000010001101100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,15); }

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

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

 a { background-color: rgb(33,76,15); }

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

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

 span { border-color: rgb(33,76,15); }

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