Html Css Color HEX #128420 Forest Green

📋 copy color: '#128420'

red 18 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #128420

Tints of Forest Green #128420

RGB

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

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

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

R = 9.89%
G = 72.53%
B = 17.58%

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

#128420 (or 0x128420) is known color: Forest Green. HEX triplet: 12, 84 and 20. RGB value is (18,132,32). Sum of RGB (Red+Green+Blue) = 18+132+32=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #128420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128420 is #ED7BDF. Grayscale: #565656. Windows color (decimal): -15563744 or 2130962. OLE color: 2130962.

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

Color convert

RGB 18 132 32 -
CMYK 0.86 0 0.76 0.48
HSL 127.37º 0.76% 0.29% -
HSV(B) 127.37º 0.86% 0.52% -
XYZ 8.76 16.74 4.13 -
YUV 86.51 97.23 79.13 -
System Red Green Blue C M Y K H S L
Decimal 18 132 32 0.86 0 0.76 0.48 127.37 0.76 0.29
Hex 12 84 20 56 0 4C 30 7F 4C 1D
Octal 22 204 40 126 0 114 60 177 114 35
Binary 10010 10000100 100000 1010110 0 1001100 110000 1111111 1001100 11101

Color Harmonies of #128420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128420

Black with #128420

Text Example


Text Example

White with #128420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128420; }

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

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

background-color css

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

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

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

border-color css

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

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

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