#128631

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

Shades of Forest Green #128631

Tints of Forest Green #128631

Color information

#128631 (or 0x128631) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 31. RGB value is (18,134,49). Sum of RGB (Red+Green+Blue) = 18+134+49=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #128631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128631 is #ED79CE. Grayscale: #595959. Windows color (decimal): -15563215 or 3245586. OLE color: 3245586.

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

Color convert

RGB1813449-
CMYK0.8700.630.47
HSL136.03º76.32%29.8%-
HSV(B)136.03º86.57%52.55%-
XYZ9.3317.45.77-
YUV89.63105.0776.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=8.96%
G=66.67%
B=24.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134490.8700.630.47136.0376.3229.8
Hex1286315703F2F884c1e
Octal22206611270775721011436
Binary10010100001101100011010111011111110111110001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128631; }

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

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

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

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

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

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

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

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