#128A2B

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

Shades of Forest Green #128A2B

Tints of Forest Green #128A2B

Color information

#128A2B (or 0x128A2B) is unknown color: approx Forest Green. HEX triplet: 12, 8A and 2B. RGB value is (18,138,43). Sum of RGB (Red+Green+Blue) = 18+138+43=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #128A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A2B is #ED75D4. Grayscale: #5B5B5B. Windows color (decimal): -15562197 or 2853394. OLE color: 2853394.

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

Color convert

RGB1813843-
CMYK0.8700.690.46
HSL132.5º76.92%30.59%-
HSV(B)132.5º86.96%54.12%-
XYZ9.7718.485.34-
YUV91.29100.7475.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 138 (54.30% from 255) = 69.35%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=9.05%
G=69.35%
B=21.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18138430.8700.690.46132.576.9230.59
Hex128A2B570452E844d1f
Octal222125312701055620411537
Binary100101000101010101110101110100010110111010000100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,138,43); }

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

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

 a { background-color: rgb(18,138,43); }

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

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

 span { border-color: rgb(18,138,43); }

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