Html Css Color HEX #147015 Forest Green

📋 copy color: '#147015'

red 20 ◦ green 112 ◦ blue 21

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

Shades of Forest Green #147015

Tints of Forest Green #147015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.2%

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 13.07%
G = 73.2%
B = 13.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#147015 (or 0x147015) is known color: Forest Green. HEX triplet: 14, 70 and 15. RGB value is (20,112,21). Sum of RGB (Red+Green+Blue) = 20+112+21=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #147015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147015 is #EB8FEA. Grayscale: #4A4A4A. Windows color (decimal): -15437803 or 1404948. OLE color: 1404948.

HSL color Cylindrical-coordinate representation of color #147015: hue angle of 120.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147015 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 21 -
CMYK 0.82 0 0.81 0.56
HSL 120.65º 0.7% 0.26% -
HSV(B) 120.65º 0.82% 0.44% -
XYZ 6.22 11.79 2.66 -
YUV 74.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 20 112 21 0.82 0 0.81 0.56 120.65 0.7 0.26
Hex 14 70 15 52 0 51 38 79 46 1A
Octal 24 160 25 122 0 121 70 171 106 32
Binary 10100 1110000 10101 1010010 0 1010001 111000 1111001 1000110 11010

Color Harmonies of #147015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147015

Black with #147015

Text Example


Text Example

White with #147015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147015; }

 p { color: rgb(20,112,21); }

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

background-color css

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

 a { background-color: rgb(20,112,21); }

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

border-color css

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

 span { border-color: rgb(20,112,21); }

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