Html Css Color HEX #157420 Forest Green

📋 copy color: '#157420'

red 21 ◦ green 116 ◦ blue 32

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

Shades of Forest Green #157420

Tints of Forest Green #157420

RGB

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

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

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

R = 12.43%
G = 68.64%
B = 18.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#157420 (or 0x157420) is known color: Forest Green. HEX triplet: 15, 74 and 20. RGB value is (21,116,32). Sum of RGB (Red+Green+Blue) = 21+116+32=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #157420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157420 is #EA8BDF. Grayscale: #4E4E4E. Windows color (decimal): -15371232 or 2126869. OLE color: 2126869.

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

Color convert

RGB 21 116 32 -
CMYK 0.82 0 0.72 0.55
HSL 126.95º 0.69% 0.27% -
HSV(B) 126.95º 0.82% 0.45% -
XYZ 6.82 12.75 3.47 -
YUV 78.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 21 116 32 0.82 0 0.72 0.55 126.95 0.69 0.27
Hex 15 74 20 52 0 48 37 7F 45 1B
Octal 25 164 40 122 0 110 67 177 105 33
Binary 10101 1110100 100000 1010010 0 1001000 110111 1111111 1000101 11011

Color Harmonies of #157420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157420

Black with #157420

Text Example


Text Example

White with #157420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157420; }

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

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

background-color css

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

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

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

border-color css

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

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

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