#025910

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

Shades of Crusoe #025910

Tints of Crusoe #025910

Color information

#025910 (or 0x025910) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 10. RGB value is (2,89,16). Sum of RGB (Red+Green+Blue) = 2+89+16=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 89 (35.16% from 255 or 83.18% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 89 - color contains mainly: green. Hex color #025910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025910 is #FDA6EF. Grayscale: #363636. Windows color (decimal): -16623344 or 1071362. OLE color: 1071362.

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

Color convert

RGB28916-
CMYK0.9800.820.65
HSL129.66º95.6%17.84%-
HSV(B)129.66º97.75%34.9%-
XYZ3.697.21.68-
YUV54.66106.1890.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 89 (35.16% from 255) = 83.18%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=1.87%
G=83.18%
B=14.95%

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
Decimal289160.9800.820.65129.6695.617.84
Hex259106205241826012
Octal213120142012210120214022
Binary10101100110000110001001010010100000110000010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025910; }

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

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

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

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

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

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

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

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