#02571A

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

Shades of Crusoe #02571A

Tints of Crusoe #02571A

Color information

#02571A (or 0x02571A) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 1A. RGB value is (2,87,26). Sum of RGB (Red+Green+Blue) = 2+87+26=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 87 (34.38% from 255 or 75.65% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 87 - color contains mainly: green. Hex color #02571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02571A is #FDA8E5. Grayscale: #363636. Windows color (decimal): -16623846 or 1726210. OLE color: 1726210.

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

Color convert

RGB28726-
CMYK0.9800.700.66
HSL136.94º95.51%17.45%-
HSV(B)136.94º97.7%34.12%-
XYZ3.626.92.12-
YUV54.63111.8490.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 87 (34.38% from 255) = 75.65%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=1.74%
G=75.65%
B=22.61%

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
Decimal287260.9800.700.66136.9495.5117.45
Hex2571A6204642896011
Octal212732142010610221114021
Binary10101011111010110001001000110100001010001001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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