#31842E

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

Shades of Japanese Laurel #31842E

Tints of Japanese Laurel #31842E

Color information

#31842E (or 0x31842E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 2E. RGB value is (49,132,46). Sum of RGB (Red+Green+Blue) = 49+132+46=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #31842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31842E is #CE7BD1. Grayscale: #616161. Windows color (decimal): -13532114 or 3048497. OLE color: 3048497.

HSL color Cylindrical-coordinate representation of color #31842E: hue angle of 117.91º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31842E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB4913246-
CMYK0.6300.650.48
HSL117.91º48.31%34.9%-
HSV(B)117.91º65.15%51.76%-
XYZ10.0117.355.41-
YUV97.389993.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=21.59%
G=58.15%
B=20.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132460.6300.650.48117.9148.3134.9
Hex31842E3F04130763023
Octal6120456770101601666043
Binary11000110000100101110111111010000011100001110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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