#31812D

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

Shades of Japanese Laurel #31812D

Tints of Japanese Laurel #31812D

Color information

#31812D (or 0x31812D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 2D. RGB value is (49,129,45). Sum of RGB (Red+Green+Blue) = 49+129+45=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #31812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31812D is #CE7ED2. Grayscale: #5F5F5F. Windows color (decimal): -13532883 or 2982193. OLE color: 2982193.

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

Color convert

RGB4912945-
CMYK0.6200.650.49
HSL117.14º48.28%34.12%-
HSV(B)117.14º65.12%50.59%-
XYZ9.5916.545.17-
YUV95.599.594.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=21.97%
G=57.85%
B=20.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129450.6200.650.49117.1448.2834.12
Hex31812D3E04131753022
Octal6120155760101611656042
Binary11000110000001101101111110010000011100011110101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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