Html Css Color HEX #158520 Forest Green

📋 copy color: '#158520'

red 21 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #158520

Tints of Forest Green #158520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.51%

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

R = 11.29%
G = 71.51%
B = 17.2%

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

#158520 (or 0x158520) is known color: Forest Green. HEX triplet: 15, 85 and 20. RGB value is (21,133,32). Sum of RGB (Red+Green+Blue) = 21+133+32=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #158520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158520 is #EA7ADF. Grayscale: #585858. Windows color (decimal): -15366880 or 2131221. OLE color: 2131221.

HSL color Cylindrical-coordinate representation of color #158520: hue angle of 125.89º 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 #158520 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 32 -
CMYK 0.84 0 0.76 0.48
HSL 125.89º 0.73% 0.3% -
HSV(B) 125.89º 0.84% 0.52% -
XYZ 8.96 17.04 4.18 -
YUV 88 96.39 80.21 -
System Red Green Blue C M Y K H S L
Decimal 21 133 32 0.84 0 0.76 0.48 125.89 0.73 0.3
Hex 15 85 20 54 0 4C 30 7E 49 1E
Octal 25 205 40 124 0 114 60 176 111 36
Binary 10101 10000101 100000 1010100 0 1001100 110000 1111110 1001001 11110

Color Harmonies of #158520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158520

Black with #158520

Text Example


Text Example

White with #158520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158520; }

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

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

background-color css

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

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

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

border-color css

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

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

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