#025813

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

Shades of Crusoe #025813

Tints of Crusoe #025813

Color information

#025813 (or 0x025813) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 13. RGB value is (2,88,19). Sum of RGB (Red+Green+Blue) = 2+88+19=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #025813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025813 is #FDA7EC. Grayscale: #363636. Windows color (decimal): -16623597 or 1267714. OLE color: 1267714.

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

Color convert

RGB28819-
CMYK0.9800.780.65
HSL131.86º95.56%17.65%-
HSV(B)131.86º97.73%34.51%-
XYZ3.637.041.78-
YUV54.42108.0190.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 88 (34.77% from 255) = 80.73%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=1.83%
G=80.73%
B=17.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288190.9800.780.65131.8695.5617.65
Hex258136204E41846012
Octal213023142011610120414022
Binary10101100010011110001001001110100000110000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025813; }

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

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

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

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

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

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

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

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