#026021

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

Shades of Crusoe #026021

Tints of Crusoe #026021

Color information

#026021 (or 0x026021) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 21. RGB value is (2,96,33). Sum of RGB (Red+Green+Blue) = 2+96+33=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #026021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026021 is #FD9FDE. Grayscale: #3C3C3C. Windows color (decimal): -16621535 or 2187266. OLE color: 2187266.

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

Color convert

RGB29633-
CMYK0.9800.660.62
HSL139.79º95.92%19.22%-
HSV(B)139.79º97.92%37.65%-
XYZ4.488.492.84-
YUV60.71112.3686.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=1.53%
G=73.28%
B=25.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296330.9800.660.62139.7995.9219.22
Hex26021620423E8c6013
Octal21404114201027621414023
Binary10110000010000111000100100001011111010001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026021; }

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

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

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

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

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

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

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

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