#31943E

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

Shades of Japanese Laurel #31943E

Tints of Japanese Laurel #31943E

Color information

#31943E (or 0x31943E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 94 and 3E. RGB value is (49,148,62). Sum of RGB (Red+Green+Blue) = 49+148+62=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #31943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31943E is #CE6BC1. Grayscale: #6C6C6C. Windows color (decimal): -13528002 or 4101169. OLE color: 4101169.

HSL color Cylindrical-coordinate representation of color #31943E: hue angle of 127.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31943E is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB4914862-
CMYK0.6700.580.42
HSL127.88º50.25%38.63%-
HSV(B)127.88º66.89%58.04%-
XYZ12.7322.188.17-
YUV108.59101.785.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=18.92%
G=57.14%
B=23.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148620.6700.580.42127.8850.2538.63
Hex31943E4303A2A803227
Octal6122476103072522006247
Binary110001100101001111101000011011101010101010000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,148,62); }

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

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

 a { background-color: rgb(49,148,62); }

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

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

 span { border-color: rgb(49,148,62); }

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