#138B1D

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

Shades of Forest Green #138B1D

Tints of Forest Green #138B1D

Color information

#138B1D (or 0x138B1D) is unknown color: approx Forest Green. HEX triplet: 13, 8B and 1D. RGB value is (19,139,29). Sum of RGB (Red+Green+Blue) = 19+139+29=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #138B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B1D is #EC74E2. Grayscale: #5A5A5A. Windows color (decimal): -15496419 or 1936147. OLE color: 1936147.

HSL color Cylindrical-coordinate representation of color #138B1D: hue angle of 125º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B1D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1913929-
CMYK0.8600.790.45
HSL125º75.95%30.98%-
HSV(B)125º86.33%54.51%-
XYZ9.7218.694.26-
YUV90.5893.2476.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 139 (54.69% from 255) = 74.33%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=10.16%
G=74.33%
B=15.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139290.8600.790.4512575.9530.98
Hex138B1D5604F2D7d4c1f
Octal232133512601175517511437
Binary1001110001011111011010110010011111011011111101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,139,29); }

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

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

 a { background-color: rgb(19,139,29); }

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

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

 span { border-color: rgb(19,139,29); }

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