#31812A

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

Shades of Japanese Laurel #31812A

Tints of Japanese Laurel #31812A

Color information

#31812A (or 0x31812A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 2A. RGB value is (49,129,42). Sum of RGB (Red+Green+Blue) = 49+129+42=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #31812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31812A is #CE7ED5. Grayscale: #5F5F5F. Windows color (decimal): -13532886 or 2785585. OLE color: 2785585.

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

Color convert

RGB4912942-
CMYK0.6200.670.49
HSL115.17º50.88%33.53%-
HSV(B)115.17º67.44%50.59%-
XYZ9.5316.524.88-
YUV95.169895.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=22.27%
G=58.64%
B=19.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129420.6200.670.49115.1750.8833.53
Hex31812A3E04331733322
Octal6120152760103611636342
Binary11000110000001101010111110010000111100011110011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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