#215D02

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

Shades of Myrtle #215D02

Tints of Myrtle #215D02

Color information

#215D02 (or 0x215D02) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 02. RGB value is (33,93,2). Sum of RGB (Red+Green+Blue) = 33+93+2=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #215D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D02 is #DEA2FD. Grayscale: #404040. Windows color (decimal): -14590718 or 154913. OLE color: 154913.

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

Color convert

RGB33932-
CMYK0.6500.980.64
HSL99.56º95.79%18.63%-
HSV(B)99.56º97.85%36.47%-
XYZ4.558.161.39-
YUV64.6992.62105.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=25.78%
G=72.66%
B=1.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal339320.6500.980.6499.5695.7918.63
Hex215D24106240646013
Octal411352101014210014414023
Binary10000110111011010000010110001010000001100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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