#138419

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

Shades of Forest Green #138419

Tints of Forest Green #138419

Color information

#138419 (or 0x138419) is unknown color: approx Forest Green. HEX triplet: 13, 84 and 19. RGB value is (19,132,25). Sum of RGB (Red+Green+Blue) = 19+132+25=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #138419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138419 is #EC7BE6. Grayscale: #565656. Windows color (decimal): -15498215 or 1672211. OLE color: 1672211.

HSL color Cylindrical-coordinate representation of color #138419: hue angle of 123.19º 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 #138419 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1913225-
CMYK0.8600.810.48
HSL123.19º74.83%29.61%-
HSV(B)123.19º85.61%51.76%-
XYZ8.716.713.69-
YUV86.0193.5680.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 132 (51.95% from 255) = 75%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=10.80%
G=75%
B=14.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132250.8600.810.48123.1974.8329.61
Hex13841956051307b4b1e
Octal232043112601216017311336
Binary1001110000100110011010110010100011100001111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138419; }

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

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

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

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

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

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

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

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