Html Css Color HEX #157413 Forest Green

📋 copy color: '#157413'

red 21 ◦ green 116 ◦ blue 19

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

Shades of Forest Green #157413

Tints of Forest Green #157413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.36%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 13.46%
G = 74.36%
B = 12.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#157413 (or 0x157413) is known color: Forest Green. HEX triplet: 15, 74 and 13. RGB value is (21,116,19). Sum of RGB (Red+Green+Blue) = 21+116+19=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #157413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157413 is #EA8BEC. Grayscale: #4C4C4C. Windows color (decimal): -15371245 or 1274901. OLE color: 1274901.

HSL color Cylindrical-coordinate representation of color #157413: hue angle of 118.76º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157413 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 19 -
CMYK 0.82 0 0.84 0.55
HSL 118.76º 0.72% 0.26% -
HSV(B) 118.76º 0.84% 0.45% -
XYZ 6.67 12.7 2.72 -
YUV 76.54 95.53 88.39 -
System Red Green Blue C M Y K H S L
Decimal 21 116 19 0.82 0 0.84 0.55 118.76 0.72 0.26
Hex 15 74 13 52 0 54 37 77 48 1A
Octal 25 164 23 122 0 124 67 167 110 32
Binary 10101 1110100 10011 1010010 0 1010100 110111 1110111 1001000 11010

Color Harmonies of #157413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157413

Black with #157413

Text Example


Text Example

White with #157413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157413; }

 p { color: rgb(21,116,19); }

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

background-color css

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

 a { background-color: rgb(21,116,19); }

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

border-color css

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

 span { border-color: rgb(21,116,19); }

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