#16812E

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

Shades of Forest Green #16812E

Tints of Forest Green #16812E

Color information

#16812E (or 0x16812E) is unknown color: approx Forest Green. HEX triplet: 16, 81 and 2E. RGB value is (22,129,46). Sum of RGB (Red+Green+Blue) = 22+129+46=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #16812E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16812E is #E97ED1. Grayscale: #575757. Windows color (decimal): -15302354 or 3047702. OLE color: 3047702.

HSL color Cylindrical-coordinate representation of color #16812E: hue angle of 133.46º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16812E is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB2212946-
CMYK0.8300.640.49
HSL133.46º70.86%29.61%-
HSV(B)133.46º82.95%50.59%-
XYZ8.6716.075.23-
YUV87.54104.5581.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 129 (50.78% from 255) = 65.48%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=11.17%
G=65.48%
B=23.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22129460.8300.640.49133.4670.8629.61
Hex16812E530403185471e
Octal262015612301006120510736
Binary101101000000110111010100110100000011000110000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16812E; }

 p { color: rgb(22,129,46); }

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

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

 a { background-color: rgb(22,129,46); }

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

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

 span { border-color: rgb(22,129,46); }

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