#138217

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

Shades of Forest Green #138217

Tints of Forest Green #138217

Color information

#138217 (or 0x138217) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 17. RGB value is (19,130,23). Sum of RGB (Red+Green+Blue) = 19+130+23=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #138217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138217 is #EC7DE8. Grayscale: #545454. Windows color (decimal): -15498729 or 1540627. OLE color: 1540627.

HSL color Cylindrical-coordinate representation of color #138217: hue angle of 122.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138217 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1913023-
CMYK0.8500.820.49
HSL122.16º74.5%29.22%-
HSV(B)122.16º85.38%50.98%-
XYZ8.4116.173.49-
YUV84.6193.2381.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=11.05%
G=75.58%
B=13.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130230.8500.820.49122.1674.529.22
Hex13821755052317a4a1d
Octal232022712501226117211235
Binary1001110000010101111010101010100101100011111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138217; }

 p { color: rgb(19,130,23); }

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

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

 a { background-color: rgb(19,130,23); }

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

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

 span { border-color: rgb(19,130,23); }

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