#138824

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

Shades of Forest Green #138824

Tints of Forest Green #138824

Color information

#138824 (or 0x138824) is unknown color: approx Forest Green. HEX triplet: 13, 88 and 24. RGB value is (19,136,36). Sum of RGB (Red+Green+Blue) = 19+136+36=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #138824 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138824 is #EC77DB. Grayscale: #595959. Windows color (decimal): -15497180 or 2394131. OLE color: 2394131.

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

Color convert

RGB1913636-
CMYK0.8600.740.47
HSL128.72º75.48%30.39%-
HSV(B)128.72º86.03%53.33%-
XYZ9.3917.874.62-
YUV89.6297.7477.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 136 (53.52% from 255) = 71.20%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=9.95%
G=71.20%
B=18.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136360.8600.740.47128.7275.4830.39
Hex1388245604A2F814b1e
Octal232104412601125720111336
Binary100111000100010010010101100100101010111110000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138824; }

 p { color: rgb(19,136,36); }

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

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

 a { background-color: rgb(19,136,36); }

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

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

 span { border-color: rgb(19,136,36); }

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