#025815

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

Shades of Crusoe #025815

Tints of Crusoe #025815

Color information

#025815 (or 0x025815) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 15. RGB value is (2,88,21). Sum of RGB (Red+Green+Blue) = 2+88+21=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #025815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025815 is #FDA7EA. Grayscale: #363636. Windows color (decimal): -16623595 or 1398786. OLE color: 1398786.

HSL color Cylindrical-coordinate representation of color #025815: hue angle of 133.26º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025815 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB28821-
CMYK0.9800.760.65
HSL133.26º95.56%17.65%-
HSV(B)133.26º97.73%34.51%-
XYZ3.657.051.88-
YUV54.65109.0190.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 88 (34.77% from 255) = 79.28%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=1.80%
G=79.28%
B=18.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288210.9800.760.65133.2695.5617.65
Hex258156204C41856012
Octal213025142011410120514022
Binary10101100010101110001001001100100000110000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025815; }

 p { color: rgb(2,88,21); }

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

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

 a { background-color: rgb(2,88,21); }

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

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

 span { border-color: rgb(2,88,21); }

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