#026321

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

Shades of Crusoe #026321

Tints of Crusoe #026321

Color information

#026321 (or 0x026321) is unknown color: approx Crusoe. HEX triplet: 02, 63 and 21. RGB value is (2,99,33). Sum of RGB (Red+Green+Blue) = 2+99+33=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #026321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026321 is #FD9CDE. Grayscale: #3E3E3E. Windows color (decimal): -16620767 or 2188034. OLE color: 2188034.

HSL color Cylindrical-coordinate representation of color #026321: hue angle of 139.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026321 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB29933-
CMYK0.9800.670.61
HSL139.18º96.04%19.8%-
HSV(B)139.18º97.98%38.82%-
XYZ4.769.052.93-
YUV62.47111.3684.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=1.49%
G=73.88%
B=24.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299330.9800.670.61139.1896.0419.8
Hex26321620433D8b6014
Octal21434114201037521314024
Binary10110001110000111000100100001111110110001011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026321; }

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

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

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

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

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

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

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

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