Html Css Color HEX #128820 Forest Green

📋 copy color: '#128820'

red 18 ◦ green 136 ◦ blue 32

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

Shades of Forest Green #128820

Tints of Forest Green #128820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.12%

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

R = 9.68%
G = 73.12%
B = 17.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#128820 (or 0x128820) is known color: Forest Green. HEX triplet: 12, 88 and 20. RGB value is (18,136,32). Sum of RGB (Red+Green+Blue) = 18+136+32=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 136 (53.52% from 255 or 73.12% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 136 - color contains mainly: green. Hex color #128820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128820 is #ED77DF. Grayscale: #595959. Windows color (decimal): -15562720 or 2131986. OLE color: 2131986.

HSL color Cylindrical-coordinate representation of color #128820: hue angle of 127.12º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128820 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 32 -
CMYK 0.87 0 0.76 0.47
HSL 127.12º 0.77% 0.3% -
HSV(B) 127.12º 0.87% 0.53% -
XYZ 9.31 17.84 4.32 -
YUV 88.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 18 136 32 0.87 0 0.76 0.47 127.12 0.77 0.3
Hex 12 88 20 57 0 4C 2F 7F 4D 1E
Octal 22 210 40 127 0 114 57 177 115 36
Binary 10010 10001000 100000 1010111 0 1001100 101111 1111111 1001101 11110

Color Harmonies of #128820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128820

Black with #128820

Text Example


Text Example

White with #128820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128820; }

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

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

background-color css

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

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

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

border-color css

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

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

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