#128727

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

Shades of Forest Green #128727

Tints of Forest Green #128727

Color information

#128727 (or 0x128727) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 27. RGB value is (18,135,39). Sum of RGB (Red+Green+Blue) = 18+135+39=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #128727 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128727 is #ED78D8. Grayscale: #595959. Windows color (decimal): -15562969 or 2590482. OLE color: 2590482.

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

Color convert

RGB1813539-
CMYK0.8700.710.47
HSL130.77º76.47%30%-
HSV(B)130.77º86.67%52.94%-
XYZ9.2817.64.83-
YUV89.0799.7477.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 135 (53.12% from 255) = 70.31%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=9.38%
G=70.31%
B=20.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135390.8700.710.47130.7776.4730
Hex128727570472F834c1e
Octal222074712701075720311436
Binary100101000011110011110101110100011110111110000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128727; }

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

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

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

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

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

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

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

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