Html Css Color HEX #14811D Forest Green

📋 copy color: '#14811D'

red 20 ◦ green 129 ◦ blue 29

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

Shades of Forest Green #14811D

Tints of Forest Green #14811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 72.47%

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

R = 11.24%
G = 72.47%
B = 16.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#14811D (or 0x14811D) is known color: Forest Green. HEX triplet: 14, 81 and 1D. RGB value is (20,129,29). Sum of RGB (Red+Green+Blue) = 20+129+29=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #14811D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14811D is #EB7EE2. Grayscale: #555555. Windows color (decimal): -15433443 or 1933588. OLE color: 1933588.

HSL color Cylindrical-coordinate representation of color #14811D: hue angle of 124.95º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14811D is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 29 -
CMYK 0.84 0 0.78 0.49
HSL 124.95º 0.73% 0.29% -
HSV(B) 124.95º 0.84% 0.51% -
XYZ 8.36 15.94 3.8 -
YUV 85.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 20 129 29 0.84 0 0.78 0.49 124.95 0.73 0.29
Hex 14 81 1D 54 0 4E 31 7D 49 1D
Octal 24 201 35 124 0 116 61 175 111 35
Binary 10100 10000001 11101 1010100 0 1001110 110001 1111101 1001001 11101

Color Harmonies of #14811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14811D

Black with #14811D

Text Example


Text Example

White with #14811D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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