#025814

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

Shades of Crusoe #025814

Tints of Crusoe #025814

Color information

#025814 (or 0x025814) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 14. RGB value is (2,88,20). Sum of RGB (Red+Green+Blue) = 2+88+20=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #025814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025814 is #FDA7EB. Grayscale: #363636. Windows color (decimal): -16623596 or 1333250. OLE color: 1333250.

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

Color convert

RGB28820-
CMYK0.9800.770.65
HSL132.56º95.56%17.65%-
HSV(B)132.56º97.73%34.51%-
XYZ3.647.041.83-
YUV54.53108.5190.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 88 (34.77% from 255) = 80%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=1.82%
G=80%
B=18.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288200.9800.770.65132.5695.5617.65
Hex258146204D41856012
Octal213024142011510120514022
Binary10101100010100110001001001101100000110000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025814; }

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

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

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

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

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

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

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

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