#02591E

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

Shades of Crusoe #02591E

Tints of Crusoe #02591E

Color information

#02591E (or 0x02591E) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 1E. RGB value is (2,89,30). Sum of RGB (Red+Green+Blue) = 2+89+30=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #02591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02591E is #FDA6E1. Grayscale: #383838. Windows color (decimal): -16623330 or 1988866. OLE color: 1988866.

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

Color convert

RGB28930-
CMYK0.9800.660.65
HSL139.31º95.6%17.84%-
HSV(B)139.31º97.75%34.9%-
XYZ3.837.252.43-
YUV56.26113.1889.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 89 (35.16% from 255) = 73.55%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=1.65%
G=73.55%
B=24.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289300.9800.660.65139.3195.617.84
Hex2591E62042418b6012
Octal213136142010210121314022
Binary10101100111110110001001000010100000110001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02591E; }

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

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

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

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

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

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

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

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