#215D00

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

Shades of Myrtle #215D00

Tints of Myrtle #215D00

Color information

#215D00 (or 0x215D00) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 00. RGB value is (33,93,0). Sum of RGB (Red+Green+Blue) = 33+93+0=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 93 (36.72% from 255 or 73.81% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 93 - color contains mainly: green. Hex color #215D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D00 is #DEA2FF. Grayscale: #404040. Windows color (decimal): -14590720 or 23841. OLE color: 23841.

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

Color convert

RGB33930-
CMYK0.65010.64
HSL98.71º100%18.24%-
HSV(B)98.71º100%36.47%-
XYZ4.548.151.33-
YUV64.4691.62105.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 93 (36.72% from 255) = 73.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.19%
G=73.81%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal339300.65010.6498.7110018.24
Hex215D04106440636412
Octal411350101014410014314422
Binary1000011011101010000010110010010000001100011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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