#128121

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

Shades of Forest Green #128121

Tints of Forest Green #128121

Color information

#128121 (or 0x128121) is unknown color: approx Forest Green. HEX triplet: 12, 81 and 21. RGB value is (18,129,33). Sum of RGB (Red+Green+Blue) = 18+129+33=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #128121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128121 is #ED7EDE. Grayscale: #555555. Windows color (decimal): -15564511 or 2195730. OLE color: 2195730.

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

Color convert

RGB1812933-
CMYK0.8600.740.49
HSL128.11º75.51%28.82%-
HSV(B)128.11º86.05%50.59%-
XYZ8.3715.944.07-
YUV84.8798.7380.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 129 (50.78% from 255) = 71.67%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=10%
G=71.67%
B=18.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18129330.8600.740.49128.1175.5128.82
Hex1281215604A31804c1d
Octal222014112601126120011435
Binary100101000000110000110101100100101011000110000000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128121; }

 p { color: rgb(18,129,33); }

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

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

 a { background-color: rgb(18,129,33); }

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

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

 span { border-color: rgb(18,129,33); }

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