#02560C

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

Shades of Myrtle #02560C

Tints of Myrtle #02560C

Color information

#02560C (or 0x02560C) is unknown color: approx Myrtle. HEX triplet: 02, 56 and 0C. RGB value is (2,86,12). Sum of RGB (Red+Green+Blue) = 2+86+12=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 86 (33.98% from 255 or 86% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 86 - color contains mainly: green. Hex color #02560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02560C is #FDA9F3. Grayscale: #343434. Windows color (decimal): -16624116 or 808450. OLE color: 808450.

HSL color Cylindrical-coordinate representation of color #02560C: hue angle of 127.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02560C is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB28612-
CMYK0.9800.860.66
HSL127.14º95.45%17.25%-
HSV(B)127.14º97.67%33.73%-
XYZ3.426.71.46-
YUV52.45105.1792.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 86 (33.98% from 255) = 86%
BLUE value IS 12 (5.08% from 255) = 12%
R=2%
G=86%
B=12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286120.9800.860.66127.1495.4517.25
Hex256C62056427f5f11
Octal212614142012610217713721
Binary101010110110011000100101011010000101111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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