Html Css Color HEX #157114 Forest Green

📋 copy color: '#157114'

red 21 ◦ green 113 ◦ blue 20

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

Shades of Forest Green #157114

Tints of Forest Green #157114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.38%

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

R = 13.64%
G = 73.38%
B = 12.99%

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

#157114 (or 0x157114) is known color: Forest Green. HEX triplet: 15, 71 and 14. RGB value is (21,113,20). Sum of RGB (Red+Green+Blue) = 21+113+20=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #157114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157114 is #EA8EEB. Grayscale: #4B4B4B. Windows color (decimal): -15372012 or 1339669. OLE color: 1339669.

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

Color convert

RGB 21 113 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.34 12.02 2.65 -
YUV 74.89 97.02 89.56 -
System Red Green Blue C M Y K H S L
Decimal 21 113 20 0.81 0 0.82 0.56 119.35 0.7 0.26
Hex 15 71 14 51 0 52 38 77 46 1A
Octal 25 161 24 121 0 122 70 167 106 32
Binary 10101 1110001 10100 1010001 0 1010010 111000 1110111 1000110 11010

Color Harmonies of #157114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157114

Black with #157114

Text Example


Text Example

White with #157114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157114; }

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

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

background-color css

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

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

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

border-color css

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

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

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