#016B2E

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

Shades of Crusoe #016B2E

Tints of Crusoe #016B2E

Color information

#016B2E (or 0x016B2E) is unknown color: approx Crusoe. HEX triplet: 01, 6B and 2E. RGB value is (1,107,46). Sum of RGB (Red+Green+Blue) = 1+107+46=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #016B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B2E is #FE94D1. Grayscale: #444444. Windows color (decimal): -16684242 or 3042049. OLE color: 3042049.

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

Color convert

RGB110746-
CMYK0.9900.570.58
HSL145.47º98.15%21.18%-
HSV(B)145.47º99.07%41.96%-
XYZ5.7610.724.35-
YUV68.35115.3879.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 107 (42.19% from 255) = 69.48%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=0.65%
G=69.48%
B=29.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107460.9900.570.58145.4798.1521.18
Hex16B2E630393A916215
Octal1153561430717222114225
Binary111010111011101100011011100111101010010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,107,46); }

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

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

 a { background-color: rgb(1,107,46); }

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

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

 span { border-color: rgb(1,107,46); }

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