Html Css Color HEX #149412 Forest Green

📋 copy color: '#149412'

red 20 ◦ green 148 ◦ blue 18

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

Shades of Forest Green #149412

Tints of Forest Green #149412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 79.57%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 10.75%
G = 79.57%
B = 9.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#149412 (or 0x149412) is known color: Forest Green. HEX triplet: 14, 94 and 12. RGB value is (20,148,18). Sum of RGB (Red+Green+Blue) = 20+148+18=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #149412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149412 is #EB6BED. Grayscale: #5F5F5F. Windows color (decimal): -15428590 or 1217556. OLE color: 1217556.

HSL color Cylindrical-coordinate representation of color #149412: hue angle of 119.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149412 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 18 -
CMYK 0.86 0 0.88 0.42
HSL 119.08º 0.78% 0.33% -
HSV(B) 119.08º 0.88% 0.58% -
XYZ 10.99 21.37 4.12 -
YUV 94.91 84.59 74.57 -
System Red Green Blue C M Y K H S L
Decimal 20 148 18 0.86 0 0.88 0.42 119.08 0.78 0.33
Hex 14 94 12 56 0 58 2A 77 4E 21
Octal 24 224 22 126 0 130 52 167 116 41
Binary 10100 10010100 10010 1010110 0 1011000 101010 1110111 1001110 100001

Color Harmonies of #149412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149412

Black with #149412

Text Example


Text Example

White with #149412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149412; }

 p { color: rgb(20,148,18); }

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

background-color css

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

 a { background-color: rgb(20,148,18); }

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

border-color css

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

 span { border-color: rgb(20,148,18); }

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