#16901B

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

Shades of Forest Green #16901B

Tints of Forest Green #16901B

Color information

#16901B (or 0x16901B) is unknown color: approx Forest Green. HEX triplet: 16, 90 and 1B. RGB value is (22,144,27). Sum of RGB (Red+Green+Blue) = 22+144+27=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #16901B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16901B is #E96FE4. Grayscale: #5E5E5E. Windows color (decimal): -15298533 or 1806358. OLE color: 1806358.

HSL color Cylindrical-coordinate representation of color #16901B: hue angle of 122.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16901B is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB2214427-
CMYK0.8500.810.44
HSL122.46º73.49%32.55%-
HSV(B)122.46º84.72%56.47%-
XYZ10.520.24.38-
YUV94.1890.0876.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 144 (56.64% from 255) = 74.61%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=11.40%
G=74.61%
B=13.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22144270.8500.810.44122.4673.4932.55
Hex16901B550512C7a4921
Octal262203312501215417211141
Binary10110100100001101110101010101000110110011110101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16901B; }

 p { color: rgb(22,144,27); }

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

<style>
 a { background-color: #16901B; }

 a { background-color: rgb(22,144,27); }

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

<style>
 span { border-color: #16901B; }

 span { border-color: rgb(22,144,27); }

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