#138518

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

Shades of Forest Green #138518

Tints of Forest Green #138518

Color information

#138518 (or 0x138518) is unknown color: approx Forest Green. HEX triplet: 13, 85 and 18. RGB value is (19,133,24). Sum of RGB (Red+Green+Blue) = 19+133+24=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #138518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138518 is #EC7AE7. Grayscale: #565656. Windows color (decimal): -15497960 or 1606931. OLE color: 1606931.

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

Color convert

RGB1913324-
CMYK0.8600.820.48
HSL122.63º75%29.8%-
HSV(B)122.63º85.71%52.16%-
XYZ8.8216.983.68-
YUV86.4992.7379.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 133 (52.34% from 255) = 75.57%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=10.80%
G=75.57%
B=13.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133240.8600.820.48122.637529.8
Hex13851856052307b4b1e
Octal232053012601226017311336
Binary1001110000101110001010110010100101100001111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138518; }

 p { color: rgb(19,133,24); }

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

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

 a { background-color: rgb(19,133,24); }

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

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

 span { border-color: rgb(19,133,24); }

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