#215D03

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

Shades of Myrtle #215D03

Tints of Myrtle #215D03

Color information

#215D03 (or 0x215D03) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 03. RGB value is (33,93,3). Sum of RGB (Red+Green+Blue) = 33+93+3=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 93 (36.72% from 255 or 72.09% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 93 - color contains mainly: green. Hex color #215D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D03 is #DEA2FC. Grayscale: #414141. Windows color (decimal): -14590717 or 220449. OLE color: 220449.

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

Color convert

RGB33933-
CMYK0.6500.970.64
HSL100º93.75%18.82%-
HSV(B)100º96.77%36.47%-
XYZ4.568.161.42-
YUV64.893.12105.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 93 (36.72% from 255) = 72.09%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=25.58%
G=72.09%
B=2.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal339330.6500.970.6410093.7518.82
Hex215D34106140645e13
Octal411353101014110014413623
Binary10000110111011110000010110000110000001100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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