#215D1C

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

Shades of Myrtle #215D1C

Tints of Myrtle #215D1C

Color information

#215D1C (or 0x215D1C) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 1C. RGB value is (33,93,28). Sum of RGB (Red+Green+Blue) = 33+93+28=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #215D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D1C is #DEA2E3. Grayscale: #434343. Windows color (decimal): -14590692 or 1858849. OLE color: 1858849.

HSL color Cylindrical-coordinate representation of color #215D1C: hue angle of 115.38º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215D1C is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB339328-
CMYK0.6500.700.64
HSL115.38º53.72%23.73%-
HSV(B)115.38º69.89%36.47%-
XYZ4.758.242.44-
YUV67.65105.62103.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 93 (36.72% from 255) = 60.39%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=21.43%
G=60.39%
B=18.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393280.6500.700.64115.3853.7223.73
Hex215D1C4104640733618
Octal411353410101061001636630
Binary1000011011101111001000001010001101000000111001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D1C; }

 p { color: rgb(33,93,28); }

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

<style>
 a { background-color: #215D1C; }

 a { background-color: rgb(33,93,28); }

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

<style>
 span { border-color: #215D1C; }

 span { border-color: rgb(33,93,28); }

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