#026328

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

Shades of Crusoe #026328

Tints of Crusoe #026328

Color information

#026328 (or 0x026328) is unknown color: approx Crusoe. HEX triplet: 02, 63 and 28. RGB value is (2,99,40). Sum of RGB (Red+Green+Blue) = 2+99+40=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #026328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026328 is #FD9CD7. Grayscale: #3F3F3F. Windows color (decimal): -16620760 or 2646786. OLE color: 2646786.

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

Color convert

RGB29940-
CMYK0.9800.600.61
HSL143.51º96.04%19.8%-
HSV(B)143.51º97.98%38.82%-
XYZ4.879.093.51-
YUV63.27114.8684.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=1.42%
G=70.21%
B=28.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299400.9800.600.61143.5196.0419.8
Hex263286203C3D906014
Octal2143501420747522014024
Binary1011000111010001100010011110011110110010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026328; }

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

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

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

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

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

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

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

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