#02601E

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

Shades of Crusoe #02601E

Tints of Crusoe #02601E

Color information

#02601E (or 0x02601E) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 1E. RGB value is (2,96,30). Sum of RGB (Red+Green+Blue) = 2+96+30=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #02601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02601E is #FD9FE1. Grayscale: #3C3C3C. Windows color (decimal): -16621538 or 1990658. OLE color: 1990658.

HSL color Cylindrical-coordinate representation of color #02601E: hue angle of 137.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02601E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB29630-
CMYK0.9800.690.62
HSL137.87º95.92%19.22%-
HSV(B)137.87º97.92%37.65%-
XYZ4.448.472.63-
YUV60.37110.8686.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=1.56%
G=75%
B=23.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296300.9800.690.62137.8795.9219.22
Hex2601E620453E8a6013
Octal21403614201057621214023
Binary1011000001111011000100100010111111010001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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