#128C2F

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

Shades of Forest Green #128C2F

Tints of Forest Green #128C2F

Color information

#128C2F (or 0x128C2F) is unknown color: approx Forest Green. HEX triplet: 12, 8C and 2F. RGB value is (18,140,47). Sum of RGB (Red+Green+Blue) = 18+140+47=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #128C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C2F is #ED73D0. Grayscale: #5D5D5D. Windows color (decimal): -15561681 or 3116050. OLE color: 3116050.

HSL color Cylindrical-coordinate representation of color #128C2F: hue angle of 134.26º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C2F is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1814047-
CMYK0.8700.660.45
HSL134.26º77.22%30.98%-
HSV(B)134.26º87.14%54.9%-
XYZ10.1419.095.84-
YUV92.92102.0874.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 140 (55.08% from 255) = 68.29%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=8.78%
G=68.29%
B=22.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18140470.8700.660.45134.2677.2230.98
Hex128C2F570422D864d1f
Octal222145712701025520611537
Binary100101000110010111110101110100001010110110000110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128C2F; }

 p { color: rgb(18,140,47); }

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

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

 a { background-color: rgb(18,140,47); }

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

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

 span { border-color: rgb(18,140,47); }

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