#128b1d

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

Shades of Forest Green #128B1D

Tints of Forest Green #128B1D

Color information

#128B1D (or 0x128B1D) is unknown color: approx Forest Green. HEX triplet: 12, 8B and 1D. RGB value is (18,139,29). Sum of RGB (Red+Green+Blue) = 18+139+29=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 139 (54.69% from 255 or 74.73% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 139 - color contains mainly: green. Hex color #128B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B1D is #ED74E2. Grayscale: #5A5A5A. Windows color (decimal): -15561955 or 1936146. OLE color: 1936146.

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

Color convert

RGB1813929-
CMYK0.8700.790.45
HSL125.45º77.07%30.78%-
HSV(B)125.45º87.05%54.51%-
XYZ9.718.684.26-
YUV90.2893.4176.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 139 (54.69% from 255) = 74.73%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=9.68%
G=74.73%
B=15.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139290.8700.790.45125.4577.0730.78
Hex128B1D5704F2D7d4d1f
Octal222133512701175517511537
Binary1001010001011111011010111010011111011011111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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