#026517

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

Shades of Crusoe #026517

Tints of Crusoe #026517

Color information

#026517 (or 0x026517) is unknown color: approx Crusoe. HEX triplet: 02, 65 and 17. RGB value is (2,101,23). Sum of RGB (Red+Green+Blue) = 2+101+23=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #026517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026517 is #FD9AE8. Grayscale: #3E3E3E. Windows color (decimal): -16620265 or 1533186. OLE color: 1533186.

HSL color Cylindrical-coordinate representation of color #026517: hue angle of 132.73º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026517 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB210123-
CMYK0.9800.770.60
HSL132.73º96.12%20.2%-
HSV(B)132.73º98.02%39.61%-
XYZ4.839.382.37-
YUV62.51105.784.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 101 (39.84% from 255) = 80.16%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=1.59%
G=80.16%
B=18.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101230.9800.770.60132.7396.1220.2
Hex265176204D3C856014
Octal21452714201157420514024
Binary1011001011011111000100100110111110010000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026517; }

 p { color: rgb(2,101,23); }

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

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

 a { background-color: rgb(2,101,23); }

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

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

 span { border-color: rgb(2,101,23); }

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