#168531

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

Shades of Forest Green #168531

Tints of Forest Green #168531

Color information

#168531 (or 0x168531) is unknown color: approx Forest Green. HEX triplet: 16, 85 and 31. RGB value is (22,133,49). Sum of RGB (Red+Green+Blue) = 22+133+49=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #168531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168531 is #E97ACE. Grayscale: #5A5A5A. Windows color (decimal): -15301327 or 3245334. OLE color: 3245334.

HSL color Cylindrical-coordinate representation of color #168531: hue angle of 134.59º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168531 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB2213349-
CMYK0.8300.630.48
HSL134.59º71.61%30.39%-
HSV(B)134.59º83.46%52.16%-
XYZ9.2717.175.73-
YUV90.24104.7379.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=10.78%
G=65.20%
B=24.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22133490.8300.630.48134.5971.6130.39
Hex1685315303F3087481e
Octal26205611230776020711036
Binary10110100001011100011010011011111111000010000111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168531; }

 p { color: rgb(22,133,49); }

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

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

 a { background-color: rgb(22,133,49); }

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

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

 span { border-color: rgb(22,133,49); }

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