Html Css Color HEX #158420 Forest Green

📋 copy color: '#158420'

red 21 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #158420

Tints of Forest Green #158420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 71.35%

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

R = 11.35%
G = 71.35%
B = 17.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#158420 (or 0x158420) is known color: Forest Green. HEX triplet: 15, 84 and 20. RGB value is (21,132,32). Sum of RGB (Red+Green+Blue) = 21+132+32=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #158420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158420 is #EA7BDF. Grayscale: #575757. Windows color (decimal): -15367136 or 2130965. OLE color: 2130965.

HSL color Cylindrical-coordinate representation of color #158420: hue angle of 125.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158420 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 132 32 -
CMYK 0.84 0 0.76 0.48
HSL 125.95º 0.73% 0.3% -
HSV(B) 125.95º 0.84% 0.52% -
XYZ 8.82 16.77 4.14 -
YUV 87.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 21 132 32 0.84 0 0.76 0.48 125.95 0.73 0.3
Hex 15 84 20 54 0 4C 30 7E 49 1E
Octal 25 204 40 124 0 114 60 176 111 36
Binary 10101 10000100 100000 1010100 0 1001100 110000 1111110 1001001 11110

Color Harmonies of #158420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158420

Black with #158420

Text Example


Text Example

White with #158420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158420; }

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

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

background-color css

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

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

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

border-color css

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

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

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