#31812E

Color #31812E Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #31812E

Tints of Japanese Laurel #31812E

Color information

#31812E (or 0x31812E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 2E. RGB value is (49,129,46). Sum of RGB (Red+Green+Blue) = 49+129+46=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #31812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31812E is #CE7ED1. Grayscale: #5F5F5F. Windows color (decimal): -13532882 or 3047729. OLE color: 3047729.

HSL color Cylindrical-coordinate representation of color #31812E: hue angle of 117.83º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31812E is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB4912946-
CMYK0.6200.640.49
HSL117.83º47.43%34.31%-
HSV(B)117.83º64.34%50.59%-
XYZ9.6116.555.27-
YUV95.6210094.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 129 (50.78% from 255) = 57.59%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=21.88%
G=57.59%
B=20.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129460.6200.640.49117.8347.4334.31
Hex31812E3E04031762f22
Octal6120156760100611665742
Binary11000110000001101110111110010000001100011110110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31812E; }

 p { color: rgb(49,129,46); }

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

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

 a { background-color: rgb(49,129,46); }

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

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

 span { border-color: rgb(49,129,46); }

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