Html Css Color HEX #149F20 Forest Green

📋 copy color: '#149F20'

red 20 ◦ green 159 ◦ blue 32

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

Shades of Forest Green #149F20

Tints of Forest Green #149F20

RGB

 RED value IS 20 (8.2% from 255) = 9.48%

 GREEN value IS 159 (62.5% from 255) = 75.36%

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

R = 9.48%
G = 75.36%
B = 15.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#149F20 (or 0x149F20) is known color: Forest Green. HEX triplet: 14, 9F and 20. RGB value is (20,159,32). Sum of RGB (Red+Green+Blue) = 20+159+32=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #149F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149F20 is #EB60DF. Grayscale: #676767. Windows color (decimal): -15425760 or 2137876. OLE color: 2137876.

HSL color Cylindrical-coordinate representation of color #149F20: hue angle of 125.18º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149F20 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 159 32 -
CMYK 0.87 0 0.80 0.38
HSL 125.18º 0.78% 0.35% -
HSV(B) 125.18º 0.87% 0.62% -
XYZ 12.95 25.05 5.52 -
YUV 102.96 87.95 68.83 -
System Red Green Blue C M Y K H S L
Decimal 20 159 32 0.87 0 0.80 0.38 125.18 0.78 0.35
Hex 14 9F 20 57 0 50 26 7D 4E 23
Octal 24 237 40 127 0 120 46 175 116 43
Binary 10100 10011111 100000 1010111 0 1010000 100110 1111101 1001110 100011

Color Harmonies of #149F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F20

Black with #149F20

Text Example


Text Example

White with #149F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149F20; }

 p { color: rgb(20,159,32); }

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

background-color css

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

 a { background-color: rgb(20,159,32); }

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

border-color css

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

 span { border-color: rgb(20,159,32); }

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