#128a29

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

Shades of Forest Green #128A29

Tints of Forest Green #128A29

Color information

#128A29 (or 0x128A29) is unknown color: approx Forest Green. HEX triplet: 12, 8A and 29. RGB value is (18,138,41). Sum of RGB (Red+Green+Blue) = 18+138+41=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #128A29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A29 is #ED75D6. Grayscale: #5B5B5B. Windows color (decimal): -15562199 or 2722322. OLE color: 2722322.

HSL color Cylindrical-coordinate representation of color #128A29: hue angle of 131.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 #128A29 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1813841-
CMYK0.8700.700.46
HSL131.5º76.92%30.59%-
HSV(B)131.5º86.96%54.12%-
XYZ9.7418.475.15-
YUV91.0699.7475.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=9.14%
G=70.05%
B=20.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18138410.8700.700.46131.576.9230.59
Hex128A29570462E844d1f
Octal222125112701065620411537
Binary100101000101010100110101110100011010111010000100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128a29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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