#16a030

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

Shades of Forest Green #16A030

Tints of Forest Green #16A030

Color information

#16A030 (or 0x16A030) is unknown color: approx Forest Green. HEX triplet: 16, A0 and 30. RGB value is (22,160,48). Sum of RGB (Red+Green+Blue) = 22+160+48=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #16A030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A030 is #E95FCF. Grayscale: #6A6A6A. Windows color (decimal): -15294416 or 3186710. OLE color: 3186710.

HSL color Cylindrical-coordinate representation of color #16A030: hue angle of 131.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A030 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB2216048-
CMYK0.8600.700.37
HSL131.3º75.82%35.69%-
HSV(B)131.3º86.25%62.75%-
XYZ13.4425.537.02-
YUV105.9795.2868.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 160 (62.89% from 255) = 69.57%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=9.57%
G=69.57%
B=20.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22160480.8600.700.37131.375.8235.69
Hex16A0305604625834c24
Octal262406012601064520311444
Binary1011010100000110000101011001000110100101100000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16a030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,160,48); }

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

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

 a { background-color: rgb(22,160,48); }

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

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

 span { border-color: rgb(22,160,48); }

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