#31802E

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

Shades of Japanese Laurel #31802E

Tints of Japanese Laurel #31802E

Color information

#31802E (or 0x31802E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 80 and 2E. RGB value is (49,128,46). Sum of RGB (Red+Green+Blue) = 49+128+46=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #31802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31802E is #CE7FD1. Grayscale: #5F5F5F. Windows color (decimal): -13533138 or 3047473. OLE color: 3047473.

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

Color convert

RGB4912846-
CMYK0.6200.640.50
HSL117.8º47.13%34.12%-
HSV(B)117.8º64.06%50.2%-
XYZ9.4816.295.23-
YUV95.03100.3395.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=21.97%
G=57.40%
B=20.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128460.6200.640.50117.847.1334.12
Hex31802E3E04032762f22
Octal6120056760100621665742
Binary11000110000000101110111110010000001100101110110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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