#128714

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

Shades of Forest Green #128714

Tints of Forest Green #128714

Color information

#128714 (or 0x128714) is unknown color: approx Forest Green. HEX triplet: 12, 87 and 14. RGB value is (18,135,20). Sum of RGB (Red+Green+Blue) = 18+135+20=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 135 (53.12% from 255 or 78.03% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 135 - color contains mainly: green. Hex color #128714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128714 is #ED78EB. Grayscale: #575757. Windows color (decimal): -15562988 or 1345298. OLE color: 1345298.

HSL color Cylindrical-coordinate representation of color #128714: hue angle of 121.03º 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 #128714 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1813520-
CMYK0.8700.850.47
HSL121.03º76.47%30%-
HSV(B)121.03º86.67%52.94%-
XYZ9.0417.513.56-
YUV86.9190.2478.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 135 (53.12% from 255) = 78.03%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=10.40%
G=78.03%
B=11.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135200.8700.850.47121.0376.4730
Hex128714570552F794c1e
Octal222072412701255717111436
Binary1001010000111101001010111010101011011111111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128714; }

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

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

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

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

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

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

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

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