#138224

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

Shades of Forest Green #138224

Tints of Forest Green #138224

Color information

#138224 (or 0x138224) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 24. RGB value is (19,130,36). Sum of RGB (Red+Green+Blue) = 19+130+36=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #138224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138224 is #EC7DDB. Grayscale: #565656. Windows color (decimal): -15498716 or 2392595. OLE color: 2392595.

HSL color Cylindrical-coordinate representation of color #138224: hue angle of 129.19º 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 #138224 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1913036-
CMYK0.8500.720.49
HSL129.19º74.5%29.22%-
HSV(B)129.19º85.38%50.98%-
XYZ8.5716.234.35-
YUV86.199.7380.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=10.27%
G=70.27%
B=19.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130360.8500.720.49129.1974.529.22
Hex1382245504831814a1d
Octal232024412501106120111235
Binary100111000001010010010101010100100011000110000001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138224; }

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

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

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

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

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

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

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

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