#02572D

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

Shades of Crusoe #02572D

Tints of Crusoe #02572D

Color information

#02572D (or 0x02572D) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 2D. RGB value is (2,87,45). Sum of RGB (Red+Green+Blue) = 2+87+45=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #02572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02572D is #FDA8D2. Grayscale: #383838. Windows color (decimal): -16623827 or 2971394. OLE color: 2971394.

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

Color convert

RGB28745-
CMYK0.9800.480.66
HSL150.35º95.51%17.45%-
HSV(B)150.35º97.7%34.12%-
XYZ3.917.023.63-
YUV56.8121.3488.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 87 (34.38% from 255) = 64.93%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=1.49%
G=64.93%
B=33.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287450.9800.480.66150.3595.5117.45
Hex2572D6203042966011
Octal21275514206010222614021
Binary10101011110110111000100110000100001010010110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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