#215D05

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

Shades of Myrtle #215D05

Tints of Myrtle #215D05

Color information

#215D05 (or 0x215D05) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 05. RGB value is (33,93,5). Sum of RGB (Red+Green+Blue) = 33+93+5=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #215D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D05 is #DEA2FA. Grayscale: #414141. Windows color (decimal): -14590715 or 351521. OLE color: 351521.

HSL color Cylindrical-coordinate representation of color #215D05: hue angle of 100.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #215D05 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB33935-
CMYK0.6500.950.64
HSL100.91º89.8%19.22%-
HSV(B)100.91º94.62%36.47%-
XYZ4.578.161.48-
YUV65.0394.12105.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 93 (36.72% from 255) = 70.99%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=25.19%
G=70.99%
B=3.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal339350.6500.950.64100.9189.819.22
Hex215D54105F40655a13
Octal411355101013710014513223
Binary100001101110110110000010101111110000001100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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