#025929

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

Shades of Crusoe #025929

Tints of Crusoe #025929

Color information

#025929 (or 0x025929) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 29. RGB value is (2,89,41). Sum of RGB (Red+Green+Blue) = 2+89+41=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #025929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025929 is #FDA6D6. Grayscale: #393939. Windows color (decimal): -16623319 or 2709762. OLE color: 2709762.

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

Color convert

RGB28941-
CMYK0.9800.540.65
HSL146.9º95.6%17.84%-
HSV(B)146.9º97.75%34.9%-
XYZ47.323.3-
YUV57.51118.6888.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=1.52%
G=67.42%
B=31.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289410.9800.540.65146.995.617.84
Hex259296203641936012
Octal21315114206610122314022
Binary10101100110100111000100110110100000110010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025929; }

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

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

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

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

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

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

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

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