#025810

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

Shades of Crusoe #025810

Tints of Crusoe #025810

Color information

#025810 (or 0x025810) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 10. RGB value is (2,88,16). Sum of RGB (Red+Green+Blue) = 2+88+16=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #025810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025810 is #FDA7EF. Grayscale: #363636. Windows color (decimal): -16623600 or 1071106. OLE color: 1071106.

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

Color convert

RGB28816-
CMYK0.9800.820.65
HSL129.77º95.56%17.65%-
HSV(B)129.77º97.73%34.51%-
XYZ3.617.031.66-
YUV54.08106.5190.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 88 (34.77% from 255) = 83.02%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=1.89%
G=83.02%
B=15.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288160.9800.820.65129.7795.5617.65
Hex258106205241826012
Octal213020142012210120214022
Binary10101100010000110001001010010100000110000010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025810; }

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

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

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

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

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

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

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

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