#138D22

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

Shades of Forest Green #138D22

Tints of Forest Green #138D22

Color information

#138D22 (or 0x138D22) is unknown color: approx Forest Green. HEX triplet: 13, 8D and 22. RGB value is (19,141,34). Sum of RGB (Red+Green+Blue) = 19+141+34=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #138D22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D22 is #EC72DD. Grayscale: #5C5C5C. Windows color (decimal): -15495902 or 2264339. OLE color: 2264339.

HSL color Cylindrical-coordinate representation of color #138D22: hue angle of 127.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D22 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1914134-
CMYK0.8700.760.45
HSL127.38º76.25%31.37%-
HSV(B)127.38º86.52%55.29%-
XYZ10.0819.34.71-
YUV92.3295.0875.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 141 (55.47% from 255) = 72.68%
BLUE value IS 34 (13.67% from 255) = 17.53%
R=9.79%
G=72.68%
B=17.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141340.8700.760.45127.3876.2531.37
Hex138D225704C2D7f4c1f
Octal232154212701145517711437
Binary10011100011011000101010111010011001011011111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138D22; }

 p { color: rgb(19,141,34); }

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

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

 a { background-color: rgb(19,141,34); }

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

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

 span { border-color: rgb(19,141,34); }

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