Html Css Color HEX #157C20 Forest Green

📋 copy color: '#157C20'

red 21 ◦ green 124 ◦ blue 32

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

Shades of Forest Green #157C20

Tints of Forest Green #157C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 70.06%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 11.86%
G = 70.06%
B = 18.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#157C20 (or 0x157C20) is known color: Forest Green. HEX triplet: 15, 7C and 20. RGB value is (21,124,32). Sum of RGB (Red+Green+Blue) = 21+124+32=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #157C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C20 is #EA83DF. Grayscale: #525252. Windows color (decimal): -15369184 or 2128917. OLE color: 2128917.

HSL color Cylindrical-coordinate representation of color #157C20: hue angle of 126.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C20 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 124 32 -
CMYK 0.83 0 0.74 0.51
HSL 126.41º 0.71% 0.28% -
HSV(B) 126.41º 0.83% 0.49% -
XYZ 7.78 14.68 3.79 -
YUV 82.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 21 124 32 0.83 0 0.74 0.51 126.41 0.71 0.28
Hex 15 7C 20 53 0 4A 33 7E 47 1C
Octal 25 174 40 123 0 112 63 176 107 34
Binary 10101 1111100 100000 1010011 0 1001010 110011 1111110 1000111 11100

Color Harmonies of #157C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C20

Black with #157C20

Text Example


Text Example

White with #157C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157C20; }

 p { color: rgb(21,124,32); }

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

background-color css

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

 a { background-color: rgb(21,124,32); }

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

border-color css

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

 span { border-color: rgb(21,124,32); }

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