#02560D

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

Shades of Myrtle #02560D

Tints of Myrtle #02560D

Color information

#02560D (or 0x02560D) is unknown color: approx Myrtle. HEX triplet: 02, 56 and 0D. RGB value is (2,86,13). Sum of RGB (Red+Green+Blue) = 2+86+13=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #02560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02560D is #FDA9F2. Grayscale: #343434. Windows color (decimal): -16624115 or 873986. OLE color: 873986.

HSL color Cylindrical-coordinate representation of color #02560D: hue angle of 127.86º 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 #02560D is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB28613-
CMYK0.9800.850.66
HSL127.86º95.45%17.25%-
HSV(B)127.86º97.67%33.73%-
XYZ3.436.71.49-
YUV52.56105.6791.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 86 (33.98% from 255) = 85.15%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=1.98%
G=85.15%
B=12.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286130.9800.850.66127.8695.4517.25
Hex256D6205542805f11
Octal212615142012510220013721
Binary1010101101101110001001010101100001010000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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