#026428

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

Shades of Crusoe #026428

Tints of Crusoe #026428

Color information

#026428 (or 0x026428) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 28. RGB value is (2,100,40). Sum of RGB (Red+Green+Blue) = 2+100+40=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #026428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026428 is #FD9BD7. Grayscale: #404040. Windows color (decimal): -16620504 or 2647042. OLE color: 2647042.

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

Color convert

RGB210040-
CMYK0.9800.60.61
HSL143.27º96.08%20%-
HSV(B)143.27º98%39.22%-
XYZ4.979.283.54-
YUV63.86114.5383.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 100 (39.45% from 255) = 70.42%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=1.41%
G=70.42%
B=28.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100400.9800.60.61143.2796.0820
Hex264286203C3D8f6014
Octal2144501420747521714024
Binary1011001001010001100010011110011110110001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026428; }

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

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

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

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

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

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

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

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