Html Css Color HEX #199130 Forest Green

📋 copy color: '#199130'

red 25 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #199130

Tints of Forest Green #199130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 66.51%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 11.47%
G = 66.51%
B = 22.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#199130 (or 0x199130) is known color: Forest Green. HEX triplet: 19, 91 and 30. RGB value is (25,145,48). Sum of RGB (Red+Green+Blue) = 25+145+48=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #199130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199130 is #E66ECF. Grayscale: #626262. Windows color (decimal): -15101648 or 3182873. OLE color: 3182873.

HSL color Cylindrical-coordinate representation of color #199130: hue angle of 131.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199130 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 48 -
CMYK 0.83 0 0.67 0.43
HSL 131.5º 0.71% 0.33% -
HSV(B) 131.5º 0.83% 0.57% -
XYZ 11.06 20.67 6.2 -
YUV 98.06 99.74 75.89 -
System Red Green Blue C M Y K H S L
Decimal 25 145 48 0.83 0 0.67 0.43 131.5 0.71 0.33
Hex 19 91 30 53 0 43 2B 84 47 21
Octal 31 221 60 123 0 103 53 204 107 41
Binary 11001 10010001 110000 1010011 0 1000011 101011 10000100 1000111 100001

Color Harmonies of #199130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199130

Black with #199130

Text Example


Text Example

White with #199130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199130; }

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

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

background-color css

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

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

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

border-color css

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

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

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