#198f2b

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

Shades of Forest Green #198F2B

Tints of Forest Green #198F2B

Color information

#198F2B (or 0x198F2B) is unknown color: approx Forest Green. HEX triplet: 19, 8F and 2B. RGB value is (25,143,43). Sum of RGB (Red+Green+Blue) = 25+143+43=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #198F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F2B is #E670D4. Grayscale: #606060. Windows color (decimal): -15102165 or 2854681. OLE color: 2854681.

HSL color Cylindrical-coordinate representation of color #198F2B: hue angle of 129.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F2B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB2514343-
CMYK0.8300.700.44
HSL129.15º70.24%32.94%-
HSV(B)129.15º82.52%56.08%-
XYZ10.6620.035.59-
YUV96.3297.9177.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 143 (56.25% from 255) = 67.77%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=11.85%
G=67.77%
B=20.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143430.8300.700.44129.1570.2432.94
Hex198F2B530462C814621
Octal312175312301065420110641
Binary1100110001111101011101001101000110101100100000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198f2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198f2b; }

 p { color: rgb(25,143,43); }

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

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

 a { background-color: rgb(25,143,43); }

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

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

 span { border-color: rgb(25,143,43); }

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