Html Css Color HEX #14941D Forest Green

📋 copy color: '#14941D'

red 20 ◦ green 148 ◦ blue 29

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

Shades of Forest Green #14941D

Tints of Forest Green #14941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 75.13%

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

R = 10.15%
G = 75.13%
B = 14.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#14941D (or 0x14941D) is known color: Forest Green. HEX triplet: 14, 94 and 1D. RGB value is (20,148,29). Sum of RGB (Red+Green+Blue) = 20+148+29=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 148 (58.20% from 255 or 75.13% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 148 - color contains mainly: green. Hex color #14941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14941D is #EB6BE2. Grayscale: #606060. Windows color (decimal): -15428579 or 1938452. OLE color: 1938452.

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

Color convert

RGB 20 148 29 -
CMYK 0.86 0 0.80 0.42
HSL 124.22º 0.76% 0.33% -
HSV(B) 124.22º 0.86% 0.58% -
XYZ 11.1 21.42 4.71 -
YUV 96.16 90.09 73.68 -
System Red Green Blue C M Y K H S L
Decimal 20 148 29 0.86 0 0.80 0.42 124.22 0.76 0.33
Hex 14 94 1D 56 0 50 2A 7C 4C 21
Octal 24 224 35 126 0 120 52 174 114 41
Binary 10100 10010100 11101 1010110 0 1010000 101010 1111100 1001100 100001

Color Harmonies of #14941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14941D

Black with #14941D

Text Example


Text Example

White with #14941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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