#129428

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

Shades of Forest Green #129428

Tints of Forest Green #129428

Color information

#129428 (or 0x129428) is unknown color: approx Forest Green. HEX triplet: 12, 94 and 28. RGB value is (18,148,40). Sum of RGB (Red+Green+Blue) = 18+148+40=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #129428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129428 is #ED6BD7. Grayscale: #616161. Windows color (decimal): -15559640 or 2659346. OLE color: 2659346.

HSL color Cylindrical-coordinate representation of color #129428: hue angle of 130.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129428 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1814840-
CMYK0.8800.730.42
HSL130.15º78.31%32.55%-
HSV(B)130.15º87.84%58.04%-
XYZ11.2221.465.56-
YUV96.8295.9371.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 148 (58.20% from 255) = 71.84%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=8.74%
G=71.84%
B=19.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18148400.8800.730.42130.1578.3132.55
Hex129428580492A824e21
Octal222245013001115220211641
Binary1001010010100101000101100001001001101010100000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129428; }

 p { color: rgb(18,148,40); }

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

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

 a { background-color: rgb(18,148,40); }

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

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

 span { border-color: rgb(18,148,40); }

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