#02561A

Color #02561A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #02561A

Tints of Crusoe #02561A

Color information

#02561A (or 0x02561A) is unknown color: approx Crusoe. HEX triplet: 02, 56 and 1A. RGB value is (2,86,26). Sum of RGB (Red+Green+Blue) = 2+86+26=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #02561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02561A is #FDA9E5. Grayscale: #363636. Windows color (decimal): -16624102 or 1725954. OLE color: 1725954.

HSL color Cylindrical-coordinate representation of color #02561A: hue angle of 137.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 #02561A is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB28626-
CMYK0.9800.700.66
HSL137.14º95.45%17.25%-
HSV(B)137.14º97.67%33.73%-
XYZ3.546.742.09-
YUV54.04112.1790.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 86 (33.98% from 255) = 75.44%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=1.75%
G=75.44%
B=22.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286260.9800.700.66137.1495.4517.25
Hex2561A6204642895f11
Octal212632142010610221113721
Binary10101011011010110001001000110100001010001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02561A; }

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

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

<style>
 a { background-color: #02561A; }

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

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

<style>
 span { border-color: #02561A; }

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

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