#026020

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

Shades of Crusoe #026020

Tints of Crusoe #026020

Color information

#026020 (or 0x026020) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 20. RGB value is (2,96,32). Sum of RGB (Red+Green+Blue) = 2+96+32=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #026020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026020 is #FD9FDF. Grayscale: #3C3C3C. Windows color (decimal): -16621536 or 2121730. OLE color: 2121730.

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

Color convert

RGB29632-
CMYK0.9800.670.62
HSL139.15º95.92%19.22%-
HSV(B)139.15º97.92%37.65%-
XYZ4.478.482.77-
YUV60.6111.8686.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=1.54%
G=73.85%
B=24.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296320.9800.670.62139.1595.9219.22
Hex26020620433E8b6013
Octal21404014201037621314023
Binary10110000010000011000100100001111111010001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026020; }

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

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

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

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

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

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

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

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