#215e0c

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

Shades of Myrtle #215E0C

Tints of Myrtle #215E0C

Color information

#215E0C (or 0x215E0C) is unknown color: approx Myrtle. HEX triplet: 21, 5E and 0C. RGB value is (33,94,12). Sum of RGB (Red+Green+Blue) = 33+94+12=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 94 (37.11% from 255 or 67.63% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 94 - color contains mainly: green. Hex color #215E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215E0C is #DEA1F3. Grayscale: #424242. Windows color (decimal): -14590452 or 810529. OLE color: 810529.

HSL color Cylindrical-coordinate representation of color #215E0C: hue angle of 104.63º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215E0C is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB339412-
CMYK0.6500.870.63
HSL104.63º77.36%20.78%-
HSV(B)104.63º87.23%36.86%-
XYZ4.78.361.71-
YUV66.4197.29104.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 94 (37.11% from 255) = 67.63%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=23.74%
G=67.63%
B=8.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394120.6500.870.63104.6377.3620.78
Hex215EC410573F694d15
Octal411361410101277715111525
Binary100001101111011001000001010101111111111101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,94,12); }

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

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

 a { background-color: rgb(33,94,12); }

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

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

 span { border-color: rgb(33,94,12); }

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