Html Css Color HEX #14912A Forest Green

📋 copy color: '#14912A'

red 20 ◦ green 145 ◦ blue 42

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

Shades of Forest Green #14912A

Tints of Forest Green #14912A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 9.66%
G = 70.05%
B = 20.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#14912A (or 0x14912A) is known color: Forest Green. HEX triplet: 14, 91 and 2A. RGB value is (20,145,42). Sum of RGB (Red+Green+Blue) = 20+145+42=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #14912A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14912A is #EB6ED5. Grayscale: #606060. Windows color (decimal): -15429334 or 2789652. OLE color: 2789652.

HSL color Cylindrical-coordinate representation of color #14912A: hue angle of 130.56º 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 #14912A is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 42 -
CMYK 0.86 0 0.71 0.43
HSL 130.56º 0.76% 0.32% -
HSV(B) 130.56º 0.86% 0.57% -
XYZ 10.83 20.57 5.59 -
YUV 95.88 97.59 73.88 -
System Red Green Blue C M Y K H S L
Decimal 20 145 42 0.86 0 0.71 0.43 130.56 0.76 0.32
Hex 14 91 2A 56 0 47 2B 83 4C 20
Octal 24 221 52 126 0 107 53 203 114 40
Binary 10100 10010001 101010 1010110 0 1000111 101011 10000011 1001100 100000

Color Harmonies of #14912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14912A

Black with #14912A

Text Example


Text Example

White with #14912A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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