#138925

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

Shades of Forest Green #138925

Tints of Forest Green #138925

Color information

#138925 (or 0x138925) is unknown color: approx Forest Green. HEX triplet: 13, 89 and 25. RGB value is (19,137,37). Sum of RGB (Red+Green+Blue) = 19+137+37=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #138925 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138925 is #EC76DA. Grayscale: #5A5A5A. Windows color (decimal): -15496923 or 2459923. OLE color: 2459923.

HSL color Cylindrical-coordinate representation of color #138925: hue angle of 129.15º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138925 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1913737-
CMYK0.8600.730.46
HSL129.15º75.64%30.59%-
HSV(B)129.15º86.13%53.73%-
XYZ9.5518.164.75-
YUV90.3297.9177.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 137 (53.91% from 255) = 70.98%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=9.84%
G=70.98%
B=19.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19137370.8600.730.46129.1575.6430.59
Hex138925560492E814c1f
Octal232114512601115620111437
Binary100111000100110010110101100100100110111010000001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138925; }

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

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

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

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

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

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

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

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