#025729

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

Shades of Crusoe #025729

Tints of Crusoe #025729

Color information

#025729 (or 0x025729) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 29. RGB value is (2,87,41). Sum of RGB (Red+Green+Blue) = 2+87+41=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #025729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025729 is #FDA8D6. Grayscale: #383838. Windows color (decimal): -16623831 or 2709250. OLE color: 2709250.

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

Color convert

RGB28741-
CMYK0.9800.530.66
HSL147.53º95.51%17.45%-
HSV(B)147.53º97.7%34.12%-
XYZ3.836.993.24-
YUV56.34119.3489.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=1.54%
G=66.92%
B=31.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287410.9800.530.66147.5395.5117.45
Hex257296203542946011
Octal21275114206510222414021
Binary10101011110100111000100110101100001010010100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025729; }

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

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

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

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

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

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

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

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