#139428

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

Shades of Forest Green #139428

Tints of Forest Green #139428

Color information

#139428 (or 0x139428) is unknown color: approx Forest Green. HEX triplet: 13, 94 and 28. RGB value is (19,148,40). Sum of RGB (Red+Green+Blue) = 19+148+40=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #139428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139428 is #EC6BD7. Grayscale: #616161. Windows color (decimal): -15494104 or 2659347. OLE color: 2659347.

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

Color convert

RGB1914840-
CMYK0.8700.730.42
HSL129.77º77.25%32.75%-
HSV(B)129.77º87.16%58.04%-
XYZ11.2421.475.56-
YUV97.1295.7672.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 148 (58.20% from 255) = 71.50%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=9.18%
G=71.50%
B=19.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19148400.8700.730.42129.7777.2532.75
Hex139428570492A824d21
Octal232245012701115220211541
Binary1001110010100101000101011101001001101010100000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139428; }

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

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

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

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

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

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

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

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