Html Css Color HEX #157014 Forest Green

📋 copy color: '#157014'

red 21 ◦ green 112 ◦ blue 20

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

Shades of Forest Green #157014

Tints of Forest Green #157014

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #157014: hue angle of 119.35º 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 #157014 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 20 -
CMYK 0.81 0 0.82 0.56
HSL 119.35º 0.7% 0.26% -
HSV(B) 119.35º 0.82% 0.44% -
XYZ 6.23 11.8 2.61 -
YUV 74.3 97.35 89.98 -
System Red Green Blue C M Y K H S L
Decimal 21 112 20 0.81 0 0.82 0.56 119.35 0.7 0.26
Hex 15 70 14 51 0 52 38 77 46 1A
Octal 25 160 24 121 0 122 70 167 106 32
Binary 10101 1110000 10100 1010001 0 1010010 111000 1110111 1000110 11010

Color Harmonies of #157014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157014

Black with #157014

Text Example


Text Example

White with #157014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157014; }

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

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

background-color css

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

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

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

border-color css

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

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

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