#128927

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

Shades of Forest Green #128927

Tints of Forest Green #128927

Color information

#128927 (or 0x128927) is unknown color: approx Forest Green. HEX triplet: 12, 89 and 27. RGB value is (18,137,39). Sum of RGB (Red+Green+Blue) = 18+137+39=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #128927 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128927 is #ED76D8. Grayscale: #5A5A5A. Windows color (decimal): -15562457 or 2590994. OLE color: 2590994.

HSL color Cylindrical-coordinate representation of color #128927: hue angle of 130.59º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128927 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1813739-
CMYK0.8700.720.46
HSL130.59º76.77%30.39%-
HSV(B)130.59º86.86%53.73%-
XYZ9.5618.174.92-
YUV90.2599.0876.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 137 (53.91% from 255) = 70.62%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=9.28%
G=70.62%
B=20.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137390.8700.720.46130.5976.7730.39
Hex128927570482E834d1e
Octal222114712701105620311536
Binary100101000100110011110101110100100010111010000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128927; }

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

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

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

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

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

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

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

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