#138E37

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

Shades of Forest Green #138E37

Tints of Forest Green #138E37

Color information

#138E37 (or 0x138E37) is unknown color: approx Forest Green. HEX triplet: 13, 8E and 37. RGB value is (19,142,55). Sum of RGB (Red+Green+Blue) = 19+142+55=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #138E37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E37 is #EC71C8. Grayscale: #5F5F5F. Windows color (decimal): -15495625 or 3640851. OLE color: 3640851.

HSL color Cylindrical-coordinate representation of color #138E37: hue angle of 137.56º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E37 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1914255-
CMYK0.8700.610.44
HSL137.56º76.4%31.57%-
HSV(B)137.56º86.62%55.69%-
XYZ10.6319.766.87-
YUV95.3105.2573.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=8.80%
G=65.74%
B=25.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142550.8700.610.44137.5676.431.57
Hex138E375703D2C8a4c20
Octal23216671270755421211440
Binary100111000111011011110101110111101101100100010101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138E37; }

 p { color: rgb(19,142,55); }

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

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

 a { background-color: rgb(19,142,55); }

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

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

 span { border-color: rgb(19,142,55); }

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