#138625

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

Shades of Forest Green #138625

Tints of Forest Green #138625

Color information

#138625 (or 0x138625) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 25. RGB value is (19,134,37). Sum of RGB (Red+Green+Blue) = 19+134+37=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 134 (52.73% from 255 or 70.53% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 134 - color contains mainly: green. Hex color #138625 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138625 is #EC79DA. Grayscale: #585858. Windows color (decimal): -15497691 or 2459155. OLE color: 2459155.

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

Color convert

RGB1913437-
CMYK0.8600.720.47
HSL129.39º75.16%30%-
HSV(B)129.39º85.82%52.55%-
XYZ9.1317.324.61-
YUV88.5698.978.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 134 (52.73% from 255) = 70.53%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=10%
G=70.53%
B=19.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134370.8600.720.47129.3975.1630
Hex138625560482F814b1e
Octal232064512601105720111336
Binary100111000011010010110101100100100010111110000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138625; }

 p { color: rgb(19,134,37); }

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

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

 a { background-color: rgb(19,134,37); }

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

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

 span { border-color: rgb(19,134,37); }

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