#128527

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

Shades of Forest Green #128527

Tints of Forest Green #128527

Color information

#128527 (or 0x128527) is unknown color: approx Forest Green. HEX triplet: 12, 85 and 27. RGB value is (18,133,39). Sum of RGB (Red+Green+Blue) = 18+133+39=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #128527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128527 is #ED7AD8. Grayscale: #585858. Windows color (decimal): -15563481 or 2589970. OLE color: 2589970.

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

Color convert

RGB1813339-
CMYK0.8600.710.48
HSL130.96º76.16%29.61%-
HSV(B)130.96º86.47%52.16%-
XYZ917.054.74-
YUV87.9100.478.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=9.47%
G=70%
B=20.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133390.8600.710.48130.9676.1629.61
Hex1285275604730834c1e
Octal222054712601076020311436
Binary100101000010110011110101100100011111000010000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128527; }

 p { color: rgb(18,133,39); }

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

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

 a { background-color: rgb(18,133,39); }

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

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

 span { border-color: rgb(18,133,39); }

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