Html Css Color HEX #157914 Forest Green

📋 copy color: '#157914'

red 21 ◦ green 121 ◦ blue 20

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

Shades of Forest Green #157914

Tints of Forest Green #157914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 74.69%

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

R = 12.96%
G = 74.69%
B = 12.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#157914 (or 0x157914) is known color: Forest Green. HEX triplet: 15, 79 and 14. RGB value is (21,121,20). Sum of RGB (Red+Green+Blue) = 21+121+20=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #157914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157914 is #EA86EB. Grayscale: #4F4F4F. Windows color (decimal): -15369964 or 1341717. OLE color: 1341717.

HSL color Cylindrical-coordinate representation of color #157914: hue angle of 119.41º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157914 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 121 20 -
CMYK 0.83 0 0.83 0.53
HSL 119.41º 0.72% 0.28% -
HSV(B) 119.41º 0.83% 0.47% -
XYZ 7.27 13.88 2.96 -
YUV 79.59 94.37 86.21 -
System Red Green Blue C M Y K H S L
Decimal 21 121 20 0.83 0 0.83 0.53 119.41 0.72 0.28
Hex 15 79 14 53 0 53 35 77 48 1C
Octal 25 171 24 123 0 123 65 167 110 34
Binary 10101 1111001 10100 1010011 0 1010011 110101 1110111 1001000 11100

Color Harmonies of #157914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157914

Black with #157914

Text Example


Text Example

White with #157914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157914; }

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

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

background-color css

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

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

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

border-color css

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

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

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