#198511

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

Shades of Forest Green #198511

Tints of Forest Green #198511

Color information

#198511 (or 0x198511) is unknown color: approx Forest Green. HEX triplet: 19, 85 and 11. RGB value is (25,133,17). Sum of RGB (Red+Green+Blue) = 25+133+17=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #198511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198511 is #E67AEE. Grayscale: #575757. Windows color (decimal): -15104751 or 1148185. OLE color: 1148185.

HSL color Cylindrical-coordinate representation of color #198511: hue angle of 115.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198511 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB2513317-
CMYK0.8100.870.48
HSL115.86º77.33%29.41%-
HSV(B)115.86º87.22%52.16%-
XYZ8.8917.023.35-
YUV87.4888.2283.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 133 (52.34% from 255) = 76%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=14.29%
G=76%
B=9.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25133170.8100.870.48115.8677.3329.41
Hex1985115105730744d1d
Octal312052112101276016411535
Binary1100110000101100011010001010101111100001110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198511; }

 p { color: rgb(25,133,17); }

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

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

 a { background-color: rgb(25,133,17); }

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

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

 span { border-color: rgb(25,133,17); }

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