#318030

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

Shades of Japanese Laurel #318030

Tints of Japanese Laurel #318030

Color information

#318030 (or 0x318030) is unknown color: approx Japanese Laurel. HEX triplet: 31, 80 and 30. RGB value is (49,128,48). Sum of RGB (Red+Green+Blue) = 49+128+48=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #318030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318030 is #CE7FCF. Grayscale: #5F5F5F. Windows color (decimal): -13533136 or 3178545. OLE color: 3178545.

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

Color convert

RGB4912848-
CMYK0.6200.620.50
HSL119.25º45.45%34.51%-
HSV(B)119.25º62.5%50.2%-
XYZ9.5216.35.44-
YUV95.26101.3395-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=21.78%
G=56.89%
B=21.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128480.6200.620.50119.2545.4534.51
Hex3180303E03E32772d23
Octal612006076076621675543
Binary1100011000000011000011111001111101100101110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318030; }

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

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

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

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

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

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

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

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