#13822C

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

Shades of Forest Green #13822C

Tints of Forest Green #13822C

Color information

#13822C (or 0x13822C) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 2C. RGB value is (19,130,44). Sum of RGB (Red+Green+Blue) = 19+130+44=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #13822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13822C is #EC7DD3. Grayscale: #575757. Windows color (decimal): -15498708 or 2916883. OLE color: 2916883.

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

Color convert

RGB1913044-
CMYK0.8500.660.49
HSL133.51º74.5%29.22%-
HSV(B)133.51º85.38%50.98%-
XYZ8.7116.295.07-
YUV87.01103.7379.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 130 (51.17% from 255) = 67.36%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=9.84%
G=67.36%
B=22.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130440.8500.660.49133.5174.529.22
Hex13822C5504231864a1d
Octal232025412501026120611235
Binary100111000001010110010101010100001011000110000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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