Html Css Color HEX #147D12 Forest Green

📋 copy color: '#147D12'

red 20 ◦ green 125 ◦ blue 18

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

Shades of Forest Green #147D12

Tints of Forest Green #147D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 76.69%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 12.27%
G = 76.69%
B = 11.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#147D12 (or 0x147D12) is known color: Forest Green. HEX triplet: 14, 7D and 12. RGB value is (20,125,18). Sum of RGB (Red+Green+Blue) = 20+125+18=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #147D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D12 is #EB82ED. Grayscale: #515151. Windows color (decimal): -15434478 or 1211668. OLE color: 1211668.

HSL color Cylindrical-coordinate representation of color #147D12: hue angle of 118.88º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147D12 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 18 -
CMYK 0.84 0 0.86 0.51
HSL 118.88º 0.75% 0.28% -
HSV(B) 118.88º 0.86% 0.49% -
XYZ 7.73 14.86 3.03 -
YUV 81.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 20 125 18 0.84 0 0.86 0.51 118.88 0.75 0.28
Hex 14 7D 12 54 0 56 33 77 4B 1C
Octal 24 175 22 124 0 126 63 167 113 34
Binary 10100 1111101 10010 1010100 0 1010110 110011 1110111 1001011 11100

Color Harmonies of #147D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D12

Black with #147D12

Text Example


Text Example

White with #147D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147D12; }

 p { color: rgb(20,125,18); }

 H1.HeaderClassName
 {
   color: #147D12;
 }
 .AnyTagClassName
 {
   color: #147D12;
 }
</style>

background-color css

<style>
 a { background-color: #147D12; }

 a { background-color: rgb(20,125,18); }

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

border-color css

<style>
 span { border-color: #147D12; }

 span { border-color: rgb(20,125,18); }

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