Html Css Color HEX #198020 Forest Green

📋 copy color: '#198020'

red 25 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #198020

Tints of Forest Green #198020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.19%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 13.51%
G = 69.19%
B = 17.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#198020 (or 0x198020) is known color: Forest Green. HEX triplet: 19, 80 and 20. RGB value is (25,128,32). Sum of RGB (Red+Green+Blue) = 25+128+32=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #198020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198020 is #E67FDF. Grayscale: #565656. Windows color (decimal): -15106016 or 2129945. OLE color: 2129945.

HSL color Cylindrical-coordinate representation of color #198020: hue angle of 124.08º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198020 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 32 -
CMYK 0.80 0 0.75 0.50
HSL 124.08º 0.67% 0.3% -
HSV(B) 124.08º 0.8% 0.5% -
XYZ 8.38 15.75 3.96 -
YUV 86.26 97.38 84.31 -
System Red Green Blue C M Y K H S L
Decimal 25 128 32 0.80 0 0.75 0.50 124.08 0.67 0.3
Hex 19 80 20 50 0 4B 32 7C 43 1E
Octal 31 200 40 120 0 113 62 174 103 36
Binary 11001 10000000 100000 1010000 0 1001011 110010 1111100 1000011 11110

Color Harmonies of #198020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198020

Black with #198020

Text Example


Text Example

White with #198020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198020; }

 p { color: rgb(25,128,32); }

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

background-color css

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

 a { background-color: rgb(25,128,32); }

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

border-color css

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

 span { border-color: rgb(25,128,32); }

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