Html Css Color HEX #149A1D Forest Green

📋 copy color: '#149A1D'

red 20 ◦ green 154 ◦ blue 29

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

Shades of Forest Green #149A1D

Tints of Forest Green #149A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 75.86%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 9.85%
G = 75.86%
B = 14.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#149A1D (or 0x149A1D) is known color: Forest Green. HEX triplet: 14, 9A and 1D. RGB value is (20,154,29). Sum of RGB (Red+Green+Blue) = 20+154+29=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 154 (60.55% from 255 or 75.86% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 154 - color contains mainly: green. Hex color #149A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A1D is #EB65E2. Grayscale: #646464. Windows color (decimal): -15427043 or 1939988. OLE color: 1939988.

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

Color convert

RGB 20 154 29 -
CMYK 0.87 0 0.81 0.40
HSL 124.03º 0.77% 0.34% -
HSV(B) 124.03º 0.87% 0.6% -
XYZ 12.07 23.35 5.03 -
YUV 99.68 88.11 71.16 -
System Red Green Blue C M Y K H S L
Decimal 20 154 29 0.87 0 0.81 0.40 124.03 0.77 0.34
Hex 14 9A 1D 57 0 51 28 7C 4D 22
Octal 24 232 35 127 0 121 50 174 115 42
Binary 10100 10011010 11101 1010111 0 1010001 101000 1111100 1001101 100010

Color Harmonies of #149A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A1D

Black with #149A1D

Text Example


Text Example

White with #149A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,29); }

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

background-color css

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

 a { background-color: rgb(20,154,29); }

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

border-color css

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

 span { border-color: rgb(20,154,29); }

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