#31882B

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

Shades of Forest Green #31882B

Tints of Forest Green #31882B

Color information

#31882B (or 0x31882B) is unknown color: approx Forest Green. HEX triplet: 31, 88 and 2B. RGB value is (49,136,43). Sum of RGB (Red+Green+Blue) = 49+136+43=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #31882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31882B is #CE77D4. Grayscale: #636363. Windows color (decimal): -13531093 or 2852913. OLE color: 2852913.

HSL color Cylindrical-coordinate representation of color #31882B: hue angle of 116.13º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31882B is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB4913643-
CMYK0.6400.680.47
HSL116.13º51.96%35.1%-
HSV(B)116.13º68.38%53.33%-
XYZ10.5118.445.29-
YUV99.3896.1892.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=21.49%
G=59.65%
B=18.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49136430.6400.680.47116.1351.9635.1
Hex31882B400442F743423
Octal61210531000104571646443
Binary110001100010001010111000000010001001011111110100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,136,43); }

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

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

 a { background-color: rgb(49,136,43); }

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

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

 span { border-color: rgb(49,136,43); }

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