#128B1C

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

Shades of Forest Green #128B1C

Tints of Forest Green #128B1C

Color information

#128B1C (or 0x128B1C) is unknown color: approx Forest Green. HEX triplet: 12, 8B and 1C. RGB value is (18,139,28). Sum of RGB (Red+Green+Blue) = 18+139+28=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #128B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B1C is #ED74E3. Grayscale: #5A5A5A. Windows color (decimal): -15561956 or 1870610. OLE color: 1870610.

HSL color Cylindrical-coordinate representation of color #128B1C: hue angle of 124.96º 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 #128B1C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1813928-
CMYK0.8700.800.45
HSL124.96º77.07%30.78%-
HSV(B)124.96º87.05%54.51%-
XYZ9.6918.684.19-
YUV90.1792.9176.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 139 (54.69% from 255) = 75.14%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=9.73%
G=75.14%
B=15.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139280.8700.800.45124.9677.0730.78
Hex128B1C570502D7d4d1f
Octal222133412701205517511537
Binary1001010001011111001010111010100001011011111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,28); }

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

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

 a { background-color: rgb(18,139,28); }

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

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

 span { border-color: rgb(18,139,28); }

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