#026017

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

Shades of Crusoe #026017

Tints of Crusoe #026017

Color information

#026017 (or 0x026017) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 17. RGB value is (2,96,23). Sum of RGB (Red+Green+Blue) = 2+96+23=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #026017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026017 is #FD9FE8. Grayscale: #3B3B3B. Windows color (decimal): -16621545 or 1531906. OLE color: 1531906.

HSL color Cylindrical-coordinate representation of color #026017: hue angle of 133.4º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026017 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB29623-
CMYK0.9800.760.62
HSL133.4º95.92%19.22%-
HSV(B)133.4º97.92%37.65%-
XYZ4.368.442.21-
YUV59.57107.3686.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=1.65%
G=79.34%
B=19.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296230.9800.760.62133.495.9219.22
Hex260176204C3E856013
Octal21402714201147620514023
Binary1011000001011111000100100110011111010000101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026017; }

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

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

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

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

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

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

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

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