Html Css Color HEX #14912F Forest Green

📋 copy color: '#14912F'

red 20 ◦ green 145 ◦ blue 47

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

Shades of Forest Green #14912F

Tints of Forest Green #14912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.4%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 9.43%
G = 68.4%
B = 22.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#14912F (or 0x14912F) is known color: Forest Green. HEX triplet: 14, 91 and 2F. RGB value is (20,145,47). Sum of RGB (Red+Green+Blue) = 20+145+47=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #14912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912F is #EB6ED0. Grayscale: #606060. Windows color (decimal): -15429329 or 3117332. OLE color: 3117332.

HSL color Cylindrical-coordinate representation of color #14912F: hue angle of 132.96º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14912F is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 47 -
CMYK 0.86 0 0.68 0.43
HSL 132.96º 0.76% 0.32% -
HSV(B) 132.96º 0.86% 0.57% -
XYZ 10.93 20.6 6.09 -
YUV 96.45 100.09 73.47 -
System Red Green Blue C M Y K H S L
Decimal 20 145 47 0.86 0 0.68 0.43 132.96 0.76 0.32
Hex 14 91 2F 56 0 44 2B 85 4C 20
Octal 24 221 57 126 0 104 53 205 114 40
Binary 10100 10010001 101111 1010110 0 1000100 101011 10000101 1001100 100000

Color Harmonies of #14912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14912F

Black with #14912F

Text Example


Text Example

White with #14912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14912F; }

 p { color: rgb(20,145,47); }

 H1.HeaderClassName
 {
   color: #14912F;
 }
 .AnyTagClassName
 {
   color: #14912F;
 }
</style>

background-color css

<style>
 a { background-color: #14912F; }

 a { background-color: rgb(20,145,47); }

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

border-color css

<style>
 span { border-color: #14912F; }

 span { border-color: rgb(20,145,47); }

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