Html Css Color HEX #148931 Forest Green

📋 copy color: '#148931'

red 20 ◦ green 137 ◦ blue 49

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

Shades of Forest Green #148931

Tints of Forest Green #148931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.5%

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

R = 9.71%
G = 66.5%
B = 23.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#148931 (or 0x148931) is known color: Forest Green. HEX triplet: 14, 89 and 31. RGB value is (20,137,49). Sum of RGB (Red+Green+Blue) = 20+137+49=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #148931 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148931 is #EB76CE. Grayscale: #5C5C5C. Windows color (decimal): -15431375 or 3246356. OLE color: 3246356.

HSL color Cylindrical-coordinate representation of color #148931: hue angle of 134.87º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148931 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 49 -
CMYK 0.85 0 0.64 0.46
HSL 134.87º 0.75% 0.31% -
HSV(B) 134.87º 0.85% 0.54% -
XYZ 9.79 18.26 5.91 -
YUV 91.99 103.74 76.66 -
System Red Green Blue C M Y K H S L
Decimal 20 137 49 0.85 0 0.64 0.46 134.87 0.75 0.31
Hex 14 89 31 55 0 40 2E 87 4B 1F
Octal 24 211 61 125 0 100 56 207 113 37
Binary 10100 10001001 110001 1010101 0 1000000 101110 10000111 1001011 11111

Color Harmonies of #148931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148931

Black with #148931

Text Example


Text Example

White with #148931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148931; }

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

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

background-color css

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

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

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

border-color css

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

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

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