#025911

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

Shades of Crusoe #025911

Tints of Crusoe #025911

Color information

#025911 (or 0x025911) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 11. RGB value is (2,89,17). Sum of RGB (Red+Green+Blue) = 2+89+17=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #025911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025911 is #FDA6EE. Grayscale: #363636. Windows color (decimal): -16623343 or 1136898. OLE color: 1136898.

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

Color convert

RGB28917-
CMYK0.9800.810.65
HSL130.34º95.6%17.84%-
HSV(B)130.34º97.75%34.9%-
XYZ3.77.21.72-
YUV54.78106.6890.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 89 (35.16% from 255) = 82.41%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=1.85%
G=82.41%
B=15.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289170.9800.810.65130.3495.617.84
Hex259116205141826012
Octal213121142012110120214022
Binary10101100110001110001001010001100000110000010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025911; }

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

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

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

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

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

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

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

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