Html Css Color HEX #14991D Forest Green

📋 copy color: '#14991D'

red 20 ◦ green 153 ◦ blue 29

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

Shades of Forest Green #14991D

Tints of Forest Green #14991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 75.74%

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

R = 9.9%
G = 75.74%
B = 14.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#14991D (or 0x14991D) is known color: Forest Green. HEX triplet: 14, 99 and 1D. RGB value is (20,153,29). Sum of RGB (Red+Green+Blue) = 20+153+29=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 153 (60.16% from 255 or 75.74% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 153 - color contains mainly: green. Hex color #14991D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14991D is #EB66E2. Grayscale: #636363. Windows color (decimal): -15427299 or 1939732. OLE color: 1939732.

HSL color Cylindrical-coordinate representation of color #14991D: hue angle of 124.06º 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 #14991D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 29 -
CMYK 0.87 0 0.81 0.4
HSL 124.06º 0.77% 0.34% -
HSV(B) 124.06º 0.87% 0.6% -
XYZ 11.9 23.02 4.98 -
YUV 99.1 88.44 71.58 -
System Red Green Blue C M Y K H S L
Decimal 20 153 29 0.87 0 0.81 0.4 124.06 0.77 0.34
Hex 14 99 1D 57 0 51 28 7C 4D 22
Octal 24 231 35 127 0 121 50 174 115 42
Binary 10100 10011001 11101 1010111 0 1010001 101000 1111100 1001101 100010

Color Harmonies of #14991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14991D

Black with #14991D

Text Example


Text Example

White with #14991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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