#128C2C

Color #128C2C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #128C2C

Tints of Forest Green #128C2C

Color information

#128C2C (or 0x128C2C) is unknown color: approx Forest Green. HEX triplet: 12, 8C and 2C. RGB value is (18,140,44). Sum of RGB (Red+Green+Blue) = 18+140+44=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #128C2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C2C is #ED73D3. Grayscale: #5C5C5C. Windows color (decimal): -15561684 or 2919442. OLE color: 2919442.

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

Color convert

RGB1814044-
CMYK0.8700.690.45
HSL132.79º77.22%30.98%-
HSV(B)132.79º87.14%54.9%-
XYZ10.0819.075.53-
YUV92.58100.5874.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 140 (55.08% from 255) = 69.31%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=8.91%
G=69.31%
B=21.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18140440.8700.690.45132.7977.2230.98
Hex128C2C570452D854d1f
Octal222145412701055520511537
Binary100101000110010110010101110100010110110110000101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,140,44); }

 H1.HeaderClassName
 {
   color: #128C2C;
 }
 .AnyTagClassName
 {
   color: #128C2C;
 }
</style>
background-color css

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

 a { background-color: rgb(18,140,44); }

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

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

 span { border-color: rgb(18,140,44); }

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