#026329

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

Shades of Crusoe #026329

Tints of Crusoe #026329

Color information

#026329 (or 0x026329) is unknown color: approx Crusoe. HEX triplet: 02, 63 and 29. RGB value is (2,99,41). Sum of RGB (Red+Green+Blue) = 2+99+41=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #026329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026329 is #FD9CD6. Grayscale: #3F3F3F. Windows color (decimal): -16620759 or 2712322. OLE color: 2712322.

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

Color convert

RGB29941-
CMYK0.9800.590.61
HSL144.12º96.04%19.8%-
HSV(B)144.12º97.98%38.82%-
XYZ4.899.13.6-
YUV63.38115.3684.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 99 (39.06% from 255) = 69.72%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=1.41%
G=69.72%
B=28.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299410.9800.590.61144.1296.0419.8
Hex263296203B3D906014
Octal2143511420737522014024
Binary1011000111010011100010011101111110110010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026329; }

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

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

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

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

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

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

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

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