Html Css Color HEX #149B19 Forest Green

📋 copy color: '#149B19'

red 20 ◦ green 155 ◦ blue 25

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

Shades of Forest Green #149B19

Tints of Forest Green #149B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 77.5%

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

R = 10%
G = 77.5%
B = 12.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#149B19 (or 0x149B19) is known color: Forest Green. HEX triplet: 14, 9B and 19. RGB value is (20,155,25). Sum of RGB (Red+Green+Blue) = 20+155+25=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #149B19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B19 is #EB64E6. Grayscale: #646464. Windows color (decimal): -15426791 or 1678100. OLE color: 1678100.

HSL color Cylindrical-coordinate representation of color #149B19: hue angle of 122.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B19 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 25 -
CMYK 0.87 0 0.84 0.39
HSL 122.22º 0.77% 0.34% -
HSV(B) 122.22º 0.87% 0.61% -
XYZ 12.19 23.66 4.84 -
YUV 99.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 20 155 25 0.87 0 0.84 0.39 122.22 0.77 0.34
Hex 14 9B 19 57 0 54 27 7A 4D 22
Octal 24 233 31 127 0 124 47 172 115 42
Binary 10100 10011011 11001 1010111 0 1010100 100111 1111010 1001101 100010

Color Harmonies of #149B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B19

Black with #149B19

Text Example


Text Example

White with #149B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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