#016E29

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

Shades of Crusoe #016E29

Tints of Crusoe #016E29

Color information

#016E29 (or 0x016E29) is unknown color: approx Crusoe. HEX triplet: 01, 6E and 29. RGB value is (1,110,41). Sum of RGB (Red+Green+Blue) = 1+110+41=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #016E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E29 is #FE91D6. Grayscale: #454545. Windows color (decimal): -16683479 or 2715137. OLE color: 2715137.

HSL color Cylindrical-coordinate representation of color #016E29: hue angle of 142.02º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E29 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB111041-
CMYK0.9900.630.57
HSL142.02º98.2%21.76%-
HSV(B)142.02º99.09%43.14%-
XYZ5.9911.323.97-
YUV69.54111.8979.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 110 (43.36% from 255) = 72.37%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=0.66%
G=72.37%
B=26.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110410.9900.630.57142.0298.221.76
Hex16E296303F398e6216
Octal1156511430777121614226
Binary111011101010011100011011111111100110001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016E29; }

 p { color: rgb(1,110,41); }

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

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

 a { background-color: rgb(1,110,41); }

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

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

 span { border-color: rgb(1,110,41); }

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