Html Css Color HEX #149129 Forest Green

📋 copy color: '#149129'

red 20 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #149129

Tints of Forest Green #149129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 9.71%
G = 70.39%
B = 19.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#149129 (or 0x149129) is known color: Forest Green. HEX triplet: 14, 91 and 29. RGB value is (20,145,41). Sum of RGB (Red+Green+Blue) = 20+145+41=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #149129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149129 is #EB6ED6. Grayscale: #606060. Windows color (decimal): -15429335 or 2724116. OLE color: 2724116.

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

Color convert

RGB 20 145 41 -
CMYK 0.86 0 0.72 0.43
HSL 130.08º 0.76% 0.32% -
HSV(B) 130.08º 0.86% 0.57% -
XYZ 10.81 20.56 5.5 -
YUV 95.77 97.09 73.96 -
System Red Green Blue C M Y K H S L
Decimal 20 145 41 0.86 0 0.72 0.43 130.08 0.76 0.32
Hex 14 91 29 56 0 48 2B 82 4C 20
Octal 24 221 51 126 0 110 53 202 114 40
Binary 10100 10010001 101001 1010110 0 1001000 101011 10000010 1001100 100000

Color Harmonies of #149129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149129

Black with #149129

Text Example


Text Example

White with #149129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149129; }

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

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

background-color css

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

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

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

border-color css

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

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

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