#139C1D

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

Shades of Forest Green #139C1D

Tints of Forest Green #139C1D

Color information

#139C1D (or 0x139C1D) is unknown color: approx Forest Green. HEX triplet: 13, 9C and 1D. RGB value is (19,156,29). Sum of RGB (Red+Green+Blue) = 19+156+29=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 156 (61.33% from 255 or 76.47% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 156 - color contains mainly: green. Hex color #139C1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C1D is #EC63E2. Grayscale: #646464. Windows color (decimal): -15492067 or 1940499. OLE color: 1940499.

HSL color Cylindrical-coordinate representation of color #139C1D: hue angle of 124.38º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C1D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1915629-
CMYK0.8800.810.39
HSL124.38º78.29%34.31%-
HSV(B)124.38º87.82%61.18%-
XYZ12.38245.14-
YUV100.5687.6169.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 156 (61.33% from 255) = 76.47%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=9.31%
G=76.47%
B=14.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19156290.8800.810.39124.3878.2934.31
Hex139C1D58051277c4e22
Octal232343513001214717411642
Binary10011100111001110110110000101000110011111111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139C1D; }

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

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

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

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

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

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

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

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