Html Css Color HEX #14A41D Forest Green

📋 copy color: '#14A41D'

red 20 ◦ green 164 ◦ blue 29

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

Shades of Forest Green #14A41D

Tints of Forest Green #14A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77%

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

R = 9.39%
G = 77%
B = 13.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#14A41D (or 0x14A41D) is known color: Forest Green. HEX triplet: 14, A4 and 1D. RGB value is (20,164,29). Sum of RGB (Red+Green+Blue) = 20+164+29=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #14A41D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A41D is #EB5BE2. Grayscale: #696969. Windows color (decimal): -15424483 or 1942548. OLE color: 1942548.

HSL color Cylindrical-coordinate representation of color #14A41D: hue angle of 123.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A41D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 164 29 -
CMYK 0.88 0 0.82 0.36
HSL 123.75º 0.78% 0.36% -
HSV(B) 123.75º 0.88% 0.64% -
XYZ 13.79 26.79 5.61 -
YUV 105.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 20 164 29 0.88 0 0.82 0.36 123.75 0.78 0.36
Hex 14 A4 1D 58 0 52 24 7C 4E 24
Octal 24 244 35 130 0 122 44 174 116 44
Binary 10100 10100100 11101 1011000 0 1010010 100100 1111100 1001110 100100

Color Harmonies of #14A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A41D

Black with #14A41D

Text Example


Text Example

White with #14A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A41D; }

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

 H1.HeaderClassName
 {
   color: #14A41D;
 }
 .AnyTagClassName
 {
   color: #14A41D;
 }
</style>

background-color css

<style>
 a { background-color: #14A41D; }

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

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

border-color css

<style>
 span { border-color: #14A41D; }

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

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