#02581E

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

Shades of Crusoe #02581E

Tints of Crusoe #02581E

Color information

#02581E (or 0x02581E) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 1E. RGB value is (2,88,30). Sum of RGB (Red+Green+Blue) = 2+88+30=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #02581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02581E is #FDA7E1. Grayscale: #373737. Windows color (decimal): -16623586 or 1988610. OLE color: 1988610.

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

Color convert

RGB28830-
CMYK0.9800.660.65
HSL139.53º95.56%17.65%-
HSV(B)139.53º97.73%34.51%-
XYZ3.757.092.4-
YUV55.67113.5189.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 88 (34.77% from 255) = 73.33%
BLUE value IS 30 (12.11% from 255) = 25%
R=1.67%
G=73.33%
B=25%

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
Decimal288300.9800.660.65139.5395.5617.65
Hex2581E62042418c6012
Octal213036142010210121414022
Binary10101100011110110001001000010100000110001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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