Html Css Color HEX #198531 Forest Green

📋 copy color: '#198531'

red 25 ◦ green 133 ◦ blue 49

#198531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #198531

Tints of Forest Green #198531

RGB

 RED value IS 25 (10.16% from 255) = 12.08%

 GREEN value IS 133 (52.34% from 255) = 64.25%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 12.08%
G = 64.25%
B = 23.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#198531 (or 0x198531) is known color: Forest Green. HEX triplet: 19, 85 and 31. RGB value is (25,133,49). Sum of RGB (Red+Green+Blue) = 25+133+49=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #198531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198531 is #E67ACE. Grayscale: #5B5B5B. Windows color (decimal): -15104719 or 3245337. OLE color: 3245337.

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

Color convert

RGB 25 133 49 -
CMYK 0.81 0 0.63 0.48
HSL 133.33º 0.68% 0.31% -
HSV(B) 133.33º 0.81% 0.52% -
XYZ 9.34 17.2 5.73 -
YUV 91.13 104.22 80.83 -
System Red Green Blue C M Y K H S L
Decimal 25 133 49 0.81 0 0.63 0.48 133.33 0.68 0.31
Hex 19 85 31 51 0 3F 30 85 44 1F
Octal 31 205 61 121 0 77 60 205 104 37
Binary 11001 10000101 110001 1010001 0 111111 110000 10000101 1000100 11111

Color Harmonies of #198531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198531

Black with #198531

Text Example


Text Example

White with #198531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198531; }

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

 H1.HeaderClassName
 {
   color: #198531;
 }
 .AnyTagClassName
 {
   color: #198531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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