#138428

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

Shades of Forest Green #138428

Tints of Forest Green #138428

Color information

#138428 (or 0x138428) is unknown color: approx Forest Green. HEX triplet: 13, 84 and 28. RGB value is (19,132,40). Sum of RGB (Red+Green+Blue) = 19+132+40=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #138428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138428 is #EC7BD7. Grayscale: #575757. Windows color (decimal): -15498200 or 2655251. OLE color: 2655251.

HSL color Cylindrical-coordinate representation of color #138428: hue angle of 131.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138428 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1913240-
CMYK0.8600.700.48
HSL131.15º74.83%29.61%-
HSV(B)131.15º85.61%51.76%-
XYZ8.916.794.78-
YUV87.72101.0678.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 132 (51.95% from 255) = 69.11%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=9.95%
G=69.11%
B=20.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132400.8600.700.48131.1574.8329.61
Hex1384285604630834b1e
Octal232045012601066020311336
Binary100111000010010100010101100100011011000010000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138428; }

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

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

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

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

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

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

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

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