#026420

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

Shades of Crusoe #026420

Tints of Crusoe #026420

Color information

#026420 (or 0x026420) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 20. RGB value is (2,100,32). Sum of RGB (Red+Green+Blue) = 2+100+32=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #026420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026420 is #FD9BDF. Grayscale: #3F3F3F. Windows color (decimal): -16620512 or 2122754. OLE color: 2122754.

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

Color convert

RGB210032-
CMYK0.9800.680.61
HSL138.37º96.08%20%-
HSV(B)138.37º98%39.22%-
XYZ4.849.232.89-
YUV62.95110.5384.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 100 (39.45% from 255) = 74.63%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=1.49%
G=74.63%
B=23.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100320.9800.680.61138.3796.0820
Hex26420620443D8a6014
Octal21444014201047521214024
Binary10110010010000011000100100010011110110001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026420; }

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

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

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

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

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

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

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

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