#016E2F

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

Shades of Fun Green #016E2F

Tints of Fun Green #016E2F

Color information

#016E2F (or 0x016E2F) is unknown color: approx Fun Green. HEX triplet: 01, 6E and 2F. RGB value is (1,110,47). Sum of RGB (Red+Green+Blue) = 1+110+47=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #016E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E2F is #FE91D0. Grayscale: #464646. Windows color (decimal): -16683473 or 3108353. OLE color: 3108353.

HSL color Cylindrical-coordinate representation of color #016E2F: hue angle of 145.32º 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 #016E2F is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB111047-
CMYK0.9900.570.57
HSL145.32º98.2%21.76%-
HSV(B)145.32º99.09%43.14%-
XYZ6.111.364.56-
YUV70.23114.8978.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=0.63%
G=69.62%
B=29.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110470.9900.570.57145.3298.221.76
Hex16E2F6303939916216
Octal1156571430717122114226
Binary111011101011111100011011100111100110010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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