Html Css Color HEX #14911D Forest Green

📋 copy color: '#14911D'

red 20 ◦ green 145 ◦ blue 29

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

Shades of Forest Green #14911D

Tints of Forest Green #14911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 74.74%

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

R = 10.31%
G = 74.74%
B = 14.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#14911D (or 0x14911D) is known color: Forest Green. HEX triplet: 14, 91 and 1D. RGB value is (20,145,29). Sum of RGB (Red+Green+Blue) = 20+145+29=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #14911D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14911D is #EB6EE2. Grayscale: #5E5E5E. Windows color (decimal): -15429347 or 1937684. OLE color: 1937684.

HSL color Cylindrical-coordinate representation of color #14911D: hue angle of 124.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14911D is Cyan = 0.86, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 29 -
CMYK 0.86 0 0.8 0.43
HSL 124.32º 0.76% 0.32% -
HSV(B) 124.32º 0.86% 0.57% -
XYZ 10.64 20.49 4.56 -
YUV 94.4 91.09 74.93 -
System Red Green Blue C M Y K H S L
Decimal 20 145 29 0.86 0 0.8 0.43 124.32 0.76 0.32
Hex 14 91 1D 56 0 50 2B 7C 4C 20
Octal 24 221 35 126 0 120 53 174 114 40
Binary 10100 10010001 11101 1010110 0 1010000 101011 1111100 1001100 100000

Color Harmonies of #14911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14911D

Black with #14911D

Text Example


Text Example

White with #14911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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