Html Css Color HEX #149D20 Forest Green

📋 copy color: '#149D20'

red 20 ◦ green 157 ◦ blue 32

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

Shades of Forest Green #149D20

Tints of Forest Green #149D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 75.12%

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

R = 9.57%
G = 75.12%
B = 15.31%

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

#149D20 (or 0x149D20) is known color: Forest Green. HEX triplet: 14, 9D and 20. RGB value is (20,157,32). Sum of RGB (Red+Green+Blue) = 20+157+32=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 157 (61.72% from 255 or 75.12% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 157 - color contains mainly: green. Hex color #149D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D20 is #EB62DF. Grayscale: #666666. Windows color (decimal): -15426272 or 2137364. OLE color: 2137364.

HSL color Cylindrical-coordinate representation of color #149D20: hue angle of 125.26º degrees, saturation: 0.77, 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 #149D20 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 32 -
CMYK 0.87 0 0.80 0.38
HSL 125.26º 0.77% 0.35% -
HSV(B) 125.26º 0.87% 0.62% -
XYZ 12.61 24.37 5.41 -
YUV 101.79 88.61 69.66 -
System Red Green Blue C M Y K H S L
Decimal 20 157 32 0.87 0 0.80 0.38 125.26 0.77 0.35
Hex 14 9D 20 57 0 50 26 7D 4D 23
Octal 24 235 40 127 0 120 46 175 115 43
Binary 10100 10011101 100000 1010111 0 1010000 100110 1111101 1001101 100011

Color Harmonies of #149D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D20

Black with #149D20

Text Example


Text Example

White with #149D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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