Html Css Color HEX #149132 Forest Green

📋 copy color: '#149132'

red 20 ◦ green 145 ◦ blue 50

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

Shades of Forest Green #149132

Tints of Forest Green #149132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 9.3%
G = 67.44%
B = 23.26%

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

#149132 (or 0x149132) is known color: Forest Green. HEX triplet: 14, 91 and 32. RGB value is (20,145,50). Sum of RGB (Red+Green+Blue) = 20+145+50=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #149132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149132 is #EB6ECD. Grayscale: #616161. Windows color (decimal): -15429326 or 3313940. OLE color: 3313940.

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

Color convert

RGB 20 145 50 -
CMYK 0.86 0 0.66 0.43
HSL 134.4º 0.76% 0.32% -
HSV(B) 134.4º 0.86% 0.57% -
XYZ 10.99 20.63 6.42 -
YUV 96.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 20 145 50 0.86 0 0.66 0.43 134.4 0.76 0.32
Hex 14 91 32 56 0 42 2B 86 4C 20
Octal 24 221 62 126 0 102 53 206 114 40
Binary 10100 10010001 110010 1010110 0 1000010 101011 10000110 1001100 100000

Color Harmonies of #149132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149132

Black with #149132

Text Example


Text Example

White with #149132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149132; }

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

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

background-color css

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

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

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

border-color css

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

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

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