Html Css Color HEX #149131 Forest Green

📋 copy color: '#149131'

red 20 ◦ green 145 ◦ blue 49

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

Shades of Forest Green #149131

Tints of Forest Green #149131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 9.35%
G = 67.76%
B = 22.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#149131 (or 0x149131) is known color: Forest Green. HEX triplet: 14, 91 and 31. RGB value is (20,145,49). Sum of RGB (Red+Green+Blue) = 20+145+49=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #149131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149131 is #EB6ECE. Grayscale: #606060. Windows color (decimal): -15429327 or 3248404. OLE color: 3248404.

HSL color Cylindrical-coordinate representation of color #149131: hue angle of 133.92º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149131 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 49 -
CMYK 0.86 0 0.66 0.43
HSL 133.92º 0.76% 0.32% -
HSV(B) 133.92º 0.86% 0.57% -
XYZ 10.97 20.62 6.31 -
YUV 96.68 101.09 73.31 -
System Red Green Blue C M Y K H S L
Decimal 20 145 49 0.86 0 0.66 0.43 133.92 0.76 0.32
Hex 14 91 31 56 0 42 2B 86 4C 20
Octal 24 221 61 126 0 102 53 206 114 40
Binary 10100 10010001 110001 1010110 0 1000010 101011 10000110 1001100 100000

Color Harmonies of #149131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149131

Black with #149131

Text Example


Text Example

White with #149131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149131; }

 p { color: rgb(20,145,49); }

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

background-color css

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

 a { background-color: rgb(20,145,49); }

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

border-color css

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

 span { border-color: rgb(20,145,49); }

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