#025727

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

Shades of Crusoe #025727

Tints of Crusoe #025727

Color information

#025727 (or 0x025727) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 27. RGB value is (2,87,39). Sum of RGB (Red+Green+Blue) = 2+87+39=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #025727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025727 is #FDA8D8. Grayscale: #383838. Windows color (decimal): -16623833 or 2578178. OLE color: 2578178.

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

Color convert

RGB28739-
CMYK0.9800.550.66
HSL146.12º95.51%17.45%-
HSV(B)146.12º97.7%34.12%-
XYZ3.86.983.07-
YUV56.11118.3489.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 87 (34.38% from 255) = 67.97%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=1.56%
G=67.97%
B=30.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287390.9800.550.66146.1295.5117.45
Hex257276203742926011
Octal21274714206710222214021
Binary10101011110011111000100110111100001010010010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025727; }

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

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

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

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

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

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

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

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