Html Css Color HEX #128520 Forest Green

📋 copy color: '#128520'

red 18 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #128520

Tints of Forest Green #128520

RGB

 RED value IS 18 (7.42% from 255) = 9.84%

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

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

R = 9.84%
G = 72.68%
B = 17.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#128520 (or 0x128520) is known color: Forest Green. HEX triplet: 12, 85 and 20. RGB value is (18,133,32). Sum of RGB (Red+Green+Blue) = 18+133+32=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #128520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128520 is #ED7ADF. Grayscale: #575757. Windows color (decimal): -15563488 or 2131218. OLE color: 2131218.

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

Color convert

RGB 18 133 32 -
CMYK 0.86 0 0.76 0.48
HSL 127.3º 0.76% 0.3% -
HSV(B) 127.3º 0.86% 0.52% -
XYZ 8.9 17.01 4.18 -
YUV 87.1 96.9 78.71 -
System Red Green Blue C M Y K H S L
Decimal 18 133 32 0.86 0 0.76 0.48 127.3 0.76 0.3
Hex 12 85 20 56 0 4C 30 7F 4C 1E
Octal 22 205 40 126 0 114 60 177 114 36
Binary 10010 10000101 100000 1010110 0 1001100 110000 1111111 1001100 11110

Color Harmonies of #128520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128520

Black with #128520

Text Example


Text Example

White with #128520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128520; }

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

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

background-color css

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

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

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

border-color css

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

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

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