Html Css Color HEX #199125 Forest Green

📋 copy color: '#199125'

red 25 ◦ green 145 ◦ blue 37

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

Shades of Forest Green #199125

Tints of Forest Green #199125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 12.08%
G = 70.05%
B = 17.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#199125 (or 0x199125) is known color: Forest Green. HEX triplet: 19, 91 and 25. RGB value is (25,145,37). Sum of RGB (Red+Green+Blue) = 25+145+37=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #199125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199125 is #E66EDA. Grayscale: #616161. Windows color (decimal): -15101659 or 2461977. OLE color: 2461977.

HSL color Cylindrical-coordinate representation of color #199125: hue angle of 126º 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 #199125 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 37 -
CMYK 0.83 0 0.74 0.43
HSL 126º 0.71% 0.33% -
HSV(B) 126º 0.83% 0.57% -
XYZ 10.86 20.59 5.15 -
YUV 96.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 25 145 37 0.83 0 0.74 0.43 126 0.71 0.33
Hex 19 91 25 53 0 4A 2B 7E 47 21
Octal 31 221 45 123 0 112 53 176 107 41
Binary 11001 10010001 100101 1010011 0 1001010 101011 1111110 1000111 100001

Color Harmonies of #199125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199125

Black with #199125

Text Example


Text Example

White with #199125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199125; }

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

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

background-color css

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

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

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

border-color css

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

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

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