Html Css Color HEX #147F11 Forest Green

📋 copy color: '#147F11'

red 20 ◦ green 127 ◦ blue 17

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

Shades of Forest Green #147F11

Tints of Forest Green #147F11

RGB

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

 GREEN value IS 127 (50% from 255) = 77.44%

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 12.2%
G = 77.44%
B = 10.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#147F11 (or 0x147F11) is known color: Forest Green. HEX triplet: 14, 7F and 11. RGB value is (20,127,17). Sum of RGB (Red+Green+Blue) = 20+127+17=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 127 (50% from 255 or 77.44% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 127 - color contains mainly: green. Hex color #147F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F11 is #EB80EE. Grayscale: #525252. Windows color (decimal): -15433967 or 1146644. OLE color: 1146644.

HSL color Cylindrical-coordinate representation of color #147F11: hue angle of 118.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F11 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 17 -
CMYK 0.84 0 0.87 0.50
HSL 118.36º 0.76% 0.28% -
HSV(B) 118.36º 0.87% 0.5% -
XYZ 7.98 15.37 3.08 -
YUV 82.47 91.05 83.44 -
System Red Green Blue C M Y K H S L
Decimal 20 127 17 0.84 0 0.87 0.50 118.36 0.76 0.28
Hex 14 7F 11 54 0 57 32 76 4C 1C
Octal 24 177 21 124 0 127 62 166 114 34
Binary 10100 1111111 10001 1010100 0 1010111 110010 1110110 1001100 11100

Color Harmonies of #147F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F11

Black with #147F11

Text Example


Text Example

White with #147F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,17); }

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

background-color css

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

 a { background-color: rgb(20,127,17); }

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

border-color css

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

 span { border-color: rgb(20,127,17); }

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