#128423

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

Shades of Forest Green #128423

Tints of Forest Green #128423

Color information

#128423 (or 0x128423) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 23. RGB value is (18,132,35). Sum of RGB (Red+Green+Blue) = 18+132+35=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #128423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128423 is #ED7BDC. Grayscale: #575757. Windows color (decimal): -15563741 or 2327570. OLE color: 2327570.

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

Color convert

RGB1813235-
CMYK0.8600.730.48
HSL128.95º76%29.41%-
HSV(B)128.95º86.36%51.76%-
XYZ8.816.754.36-
YUV86.8698.7378.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 132 (51.95% from 255) = 71.35%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=9.73%
G=71.35%
B=18.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132350.8600.730.48128.957629.41
Hex1284235604930814c1d
Octal222044312601116020111435
Binary100101000010010001110101100100100111000010000001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128423; }

 p { color: rgb(18,132,35); }

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

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

 a { background-color: rgb(18,132,35); }

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

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

 span { border-color: rgb(18,132,35); }

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