Html Css Color HEX #149124 Forest Green

📋 copy color: '#149124'

red 20 ◦ green 145 ◦ blue 36

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

Shades of Forest Green #149124

Tints of Forest Green #149124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 9.95%
G = 72.14%
B = 17.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#149124 (or 0x149124) is known color: Forest Green. HEX triplet: 14, 91 and 24. RGB value is (20,145,36). Sum of RGB (Red+Green+Blue) = 20+145+36=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #149124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149124 is #EB6EDB. Grayscale: #5F5F5F. Windows color (decimal): -15429340 or 2396436. OLE color: 2396436.

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

Color convert

RGB 20 145 36 -
CMYK 0.86 0 0.75 0.43
HSL 127.68º 0.76% 0.32% -
HSV(B) 127.68º 0.86% 0.57% -
XYZ 10.73 20.53 5.07 -
YUV 95.2 94.59 74.36 -
System Red Green Blue C M Y K H S L
Decimal 20 145 36 0.86 0 0.75 0.43 127.68 0.76 0.32
Hex 14 91 24 56 0 4B 2B 80 4C 20
Octal 24 221 44 126 0 113 53 200 114 40
Binary 10100 10010001 100100 1010110 0 1001011 101011 10000000 1001100 100000

Color Harmonies of #149124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149124

Black with #149124

Text Example


Text Example

White with #149124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149124; }

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

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

background-color css

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

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

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

border-color css

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

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

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