#128613

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

Shades of Forest Green #128613

Tints of Forest Green #128613

Color information

#128613 (or 0x128613) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 13. RGB value is (18,134,19). Sum of RGB (Red+Green+Blue) = 18+134+19=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 134 (52.73% from 255 or 78.36% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 134 - color contains mainly: green. Hex color #128613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128613 is #ED79EC. Grayscale: #565656. Windows color (decimal): -15563245 or 1279506. OLE color: 1279506.

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

Color convert

RGB1813419-
CMYK0.8700.860.47
HSL120.52º76.32%29.8%-
HSV(B)120.52º86.57%52.55%-
XYZ8.8917.233.47-
YUV86.2190.0779.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 134 (52.73% from 255) = 78.36%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=10.53%
G=78.36%
B=11.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134190.8700.860.47120.5276.3229.8
Hex128613570562F794c1e
Octal222062312701265717111436
Binary1001010000110100111010111010101101011111111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128613; }

 p { color: rgb(18,134,19); }

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

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

 a { background-color: rgb(18,134,19); }

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

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

 span { border-color: rgb(18,134,19); }

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