Html Css Color HEX #149019 Forest Green

📋 copy color: '#149019'

red 20 ◦ green 144 ◦ blue 25

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

Shades of Forest Green #149019

Tints of Forest Green #149019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 76.19%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 10.58%
G = 76.19%
B = 13.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#149019 (or 0x149019) is known color: Forest Green. HEX triplet: 14, 90 and 19. RGB value is (20,144,25). Sum of RGB (Red+Green+Blue) = 20+144+25=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 144 (56.64% from 255 or 76.19% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 144 - color contains mainly: green. Hex color #149019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149019 is #EB6FE6. Grayscale: #5D5D5D. Windows color (decimal): -15429607 or 1675284. OLE color: 1675284.

HSL color Cylindrical-coordinate representation of color #149019: hue angle of 122.42º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149019 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 25 -
CMYK 0.86 0 0.83 0.44
HSL 122.42º 0.76% 0.32% -
HSV(B) 122.42º 0.86% 0.56% -
XYZ 10.44 20.17 4.26 -
YUV 93.36 89.42 75.68 -
System Red Green Blue C M Y K H S L
Decimal 20 144 25 0.86 0 0.83 0.44 122.42 0.76 0.32
Hex 14 90 19 56 0 53 2C 7A 4C 20
Octal 24 220 31 126 0 123 54 172 114 40
Binary 10100 10010000 11001 1010110 0 1010011 101100 1111010 1001100 100000

Color Harmonies of #149019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149019

Black with #149019

Text Example


Text Example

White with #149019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149019; }

 p { color: rgb(20,144,25); }

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

background-color css

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

 a { background-color: rgb(20,144,25); }

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

border-color css

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

 span { border-color: rgb(20,144,25); }

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