#02520C

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

Shades of Myrtle #02520C

Tints of Myrtle #02520C

Color information

#02520C (or 0x02520C) is unknown color: approx Myrtle. HEX triplet: 02, 52 and 0C. RGB value is (2,82,12). Sum of RGB (Red+Green+Blue) = 2+82+12=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #02520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02520C is #FDADF3. Grayscale: #323232. Windows color (decimal): -16625140 or 807426. OLE color: 807426.

HSL color Cylindrical-coordinate representation of color #02520C: hue angle of 127.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02520C is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB28212-
CMYK0.9800.850.68
HSL127.5º95.24%16.47%-
HSV(B)127.5º97.56%32.16%-
XYZ3.116.071.36-
YUV50.1106.593.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 82 (32.42% from 255) = 85.42%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=2.08%
G=85.42%
B=12.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal282120.9800.850.68127.595.2416.47
Hex252C6205544805f10
Octal212214142012510420013720
Binary1010100101100110001001010101100010010000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02520C; }

 p { color: rgb(2,82,12); }

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

<style>
 a { background-color: #02520C; }

 a { background-color: rgb(2,82,12); }

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

<style>
 span { border-color: #02520C; }

 span { border-color: rgb(2,82,12); }

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