#13822B

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

Shades of Forest Green #13822B

Tints of Forest Green #13822B

Color information

#13822B (or 0x13822B) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 2B. RGB value is (19,130,43). Sum of RGB (Red+Green+Blue) = 19+130+43=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #13822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13822B is #EC7DD4. Grayscale: #575757. Windows color (decimal): -15498709 or 2851347. OLE color: 2851347.

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

Color convert

RGB1913043-
CMYK0.8500.670.49
HSL132.97º74.5%29.22%-
HSV(B)132.97º85.38%50.98%-
XYZ8.6916.284.97-
YUV86.89103.2379.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 130 (51.17% from 255) = 67.71%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=9.90%
G=67.71%
B=22.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130430.8500.670.49132.9774.529.22
Hex13822B5504331854a1d
Octal232025312501036120511235
Binary100111000001010101110101010100001111000110000101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13822B; }

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

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

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

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

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

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

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

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