Html Css Color HEX #14931D Forest Green

📋 copy color: '#14931D'

red 20 ◦ green 147 ◦ blue 29

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

Shades of Forest Green #14931D

Tints of Forest Green #14931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 75%

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

R = 10.2%
G = 75%
B = 14.8%

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

#14931D (or 0x14931D) is known color: Forest Green. HEX triplet: 14, 93 and 1D. RGB value is (20,147,29). Sum of RGB (Red+Green+Blue) = 20+147+29=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #14931D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14931D is #EB6CE2. Grayscale: #5F5F5F. Windows color (decimal): -15428835 or 1938196. OLE color: 1938196.

HSL color Cylindrical-coordinate representation of color #14931D: hue angle of 124.25º 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 #14931D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 29 -
CMYK 0.86 0 0.80 0.42
HSL 124.25º 0.76% 0.33% -
HSV(B) 124.25º 0.86% 0.58% -
XYZ 10.94 21.1 4.66 -
YUV 95.58 90.42 74.09 -
System Red Green Blue C M Y K H S L
Decimal 20 147 29 0.86 0 0.80 0.42 124.25 0.76 0.33
Hex 14 93 1D 56 0 50 2A 7C 4C 21
Octal 24 223 35 126 0 120 52 174 114 41
Binary 10100 10010011 11101 1010110 0 1010000 101010 1111100 1001100 100001

Color Harmonies of #14931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14931D

Black with #14931D

Text Example


Text Example

White with #14931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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