#16B11C

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

Shades of Forest Green #16B11C

Tints of Forest Green #16B11C

Color information

#16B11C (or 0x16B11C) is unknown color: approx Forest Green. HEX triplet: 16, B1 and 1C. RGB value is (22,177,28). Sum of RGB (Red+Green+Blue) = 22+177+28=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #16B11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B11C is #E94EE3. Grayscale: #727272. Windows color (decimal): -15290084 or 1880342. OLE color: 1880342.

HSL color Cylindrical-coordinate representation of color #16B11C: hue angle of 122.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B11C is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB2217728-
CMYK0.8800.840.31
HSL122.32º77.89%39.02%-
HSV(B)122.32º87.57%69.41%-
XYZ16.2631.76.36-
YUV113.6779.6562.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 177 (69.53% from 255) = 77.97%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=9.69%
G=77.97%
B=12.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22177280.8800.840.31122.3277.8939.02
Hex16B11C580541F7a4e27
Octal262613413001243717211647
Binary1011010110001111001011000010101001111111110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B11C; }

 p { color: rgb(22,177,28); }

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

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

 a { background-color: rgb(22,177,28); }

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

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

 span { border-color: rgb(22,177,28); }

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