#198930

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

Shades of Forest Green #198930

Tints of Forest Green #198930

Color information

#198930 (or 0x198930) is unknown color: approx Forest Green. HEX triplet: 19, 89 and 30. RGB value is (25,137,48). Sum of RGB (Red+Green+Blue) = 25+137+48=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #198930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198930 is #E676CF. Grayscale: #5D5D5D. Windows color (decimal): -15103696 or 3180825. OLE color: 3180825.

HSL color Cylindrical-coordinate representation of color #198930: hue angle of 132.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198930 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB2513748-
CMYK0.8200.650.46
HSL132.32º69.14%31.76%-
HSV(B)132.32º81.75%53.73%-
XYZ9.8818.315.81-
YUV93.37102.3979.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 137 (53.91% from 255) = 65.24%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=11.90%
G=65.24%
B=22.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25137480.8200.650.46132.3269.1431.76
Hex198930520412E844520
Octal312116012201015620410540
Binary1100110001001110000101001001000001101110100001001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198930; }

 p { color: rgb(25,137,48); }

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

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

 a { background-color: rgb(25,137,48); }

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

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

 span { border-color: rgb(25,137,48); }

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