#026426

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

Shades of Crusoe #026426

Tints of Crusoe #026426

Color information

#026426 (or 0x026426) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 26. RGB value is (2,100,38). Sum of RGB (Red+Green+Blue) = 2+100+38=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 100 (39.45% from 255 or 71.43% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 100 - color contains mainly: green. Hex color #026426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026426 is #FD9BD9. Grayscale: #3F3F3F. Windows color (decimal): -16620506 or 2515970. OLE color: 2515970.

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

Color convert

RGB210038-
CMYK0.9800.620.61
HSL142.04º96.08%20%-
HSV(B)142.04º98%39.22%-
XYZ4.939.273.36-
YUV63.63113.5384.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 100 (39.45% from 255) = 71.43%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=1.43%
G=71.43%
B=27.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100380.9800.620.61142.0496.0820
Hex264266203E3D8e6014
Octal2144461420767521614024
Binary1011001001001101100010011111011110110001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026426; }

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

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

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

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

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

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

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

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