#02601F

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

Shades of Crusoe #02601F

Tints of Crusoe #02601F

Color information

#02601F (or 0x02601F) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 1F. RGB value is (2,96,31). Sum of RGB (Red+Green+Blue) = 2+96+31=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #02601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02601F is #FD9FE0. Grayscale: #3C3C3C. Windows color (decimal): -16621537 or 2056194. OLE color: 2056194.

HSL color Cylindrical-coordinate representation of color #02601F: hue angle of 138.51º 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 #02601F is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB29631-
CMYK0.9800.680.62
HSL138.51º95.92%19.22%-
HSV(B)138.51º97.92%37.65%-
XYZ4.468.482.7-
YUV60.48111.3686.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=1.55%
G=74.42%
B=24.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296310.9800.680.62138.5195.9219.22
Hex2601F620443E8b6013
Octal21403714201047621314023
Binary1011000001111111000100100010011111010001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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