#215F02

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

Shades of Myrtle #215F02

Tints of Myrtle #215F02

Color information

#215F02 (or 0x215F02) is unknown color: approx Myrtle. HEX triplet: 21, 5F and 02. RGB value is (33,95,2). Sum of RGB (Red+Green+Blue) = 33+95+2=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 95 (37.5% from 255 or 73.08% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 95 - color contains mainly: green. Hex color #215F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215F02 is #DEA0FD. Grayscale: #424242. Windows color (decimal): -14590206 or 155425. OLE color: 155425.

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

Color convert

RGB33952-
CMYK0.6500.980.63
HSL100º95.88%19.02%-
HSV(B)100º97.89%37.25%-
XYZ4.738.511.45-
YUV65.8691.96104.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 95 (37.5% from 255) = 73.08%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=25.38%
G=73.08%
B=1.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal339520.6500.980.6310095.8819.02
Hex215F2410623F646013
Octal41137210101427714414023
Binary1000011011111101000001011000101111111100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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