Html Css Color HEX #14901D Forest Green

📋 copy color: '#14901D'

red 20 ◦ green 144 ◦ blue 29

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

Shades of Forest Green #14901D

Tints of Forest Green #14901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.61%

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

R = 10.36%
G = 74.61%
B = 15.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#14901D (or 0x14901D) is known color: Forest Green. HEX triplet: 14, 90 and 1D. RGB value is (20,144,29). Sum of RGB (Red+Green+Blue) = 20+144+29=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #14901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14901D is #EB6FE2. Grayscale: #5E5E5E. Windows color (decimal): -15429603 or 1937428. OLE color: 1937428.

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

Color convert

RGB 20 144 29 -
CMYK 0.86 0 0.80 0.44
HSL 124.35º 0.76% 0.32% -
HSV(B) 124.35º 0.86% 0.56% -
XYZ 10.48 20.18 4.51 -
YUV 93.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 20 144 29 0.86 0 0.80 0.44 124.35 0.76 0.32
Hex 14 90 1D 56 0 50 2C 7C 4C 20
Octal 24 220 35 126 0 120 54 174 114 40
Binary 10100 10010000 11101 1010110 0 1010000 101100 1111100 1001100 100000

Color Harmonies of #14901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14901D

Black with #14901D

Text Example


Text Example

White with #14901D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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