Html Css Color HEX #128A20 Forest Green

📋 copy color: '#128A20'

red 18 ◦ green 138 ◦ blue 32

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

Shades of Forest Green #128A20

Tints of Forest Green #128A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 73.4%

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

R = 9.57%
G = 73.4%
B = 17.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#128A20 (or 0x128A20) is known color: Forest Green. HEX triplet: 12, 8A and 20. RGB value is (18,138,32). Sum of RGB (Red+Green+Blue) = 18+138+32=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #128A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A20 is #ED75DF. Grayscale: #5A5A5A. Windows color (decimal): -15562208 or 2132498. OLE color: 2132498.

HSL color Cylindrical-coordinate representation of color #128A20: hue angle of 127º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A20 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 138 32 -
CMYK 0.87 0 0.77 0.46
HSL 127º 0.77% 0.31% -
HSV(B) 127º 0.87% 0.54% -
XYZ 9.6 18.41 4.41 -
YUV 90.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 18 138 32 0.87 0 0.77 0.46 127 0.77 0.31
Hex 12 8A 20 57 0 4D 2E 7F 4D 1F
Octal 22 212 40 127 0 115 56 177 115 37
Binary 10010 10001010 100000 1010111 0 1001101 101110 1111111 1001101 11111

Color Harmonies of #128A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A20

Black with #128A20

Text Example


Text Example

White with #128A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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