#31822B

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

Shades of Japanese Laurel #31822B

Tints of Japanese Laurel #31822B

Color information

#31822B (or 0x31822B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 82 and 2B. RGB value is (49,130,43). Sum of RGB (Red+Green+Blue) = 49+130+43=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #31822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31822B is #CE7DD4. Grayscale: #606060. Windows color (decimal): -13532629 or 2851377. OLE color: 2851377.

HSL color Cylindrical-coordinate representation of color #31822B: hue angle of 115.86º degrees, saturation: 0.5, 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 #31822B is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB4913043-
CMYK0.6200.670.49
HSL115.86º50.29%33.92%-
HSV(B)115.86º66.92%50.98%-
XYZ9.6916.795.02-
YUV95.8698.1694.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=22.07%
G=58.56%
B=19.37%

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
Decimal49130430.6200.670.49115.8650.2933.92
Hex31822B3E04331743222
Octal6120253760103611646242
Binary11000110000010101011111110010000111100011110100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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