#308031

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

Shades of Japanese Laurel #308031

Tints of Japanese Laurel #308031

Color information

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

HSL color Cylindrical-coordinate representation of color #308031: hue angle of 120.75º 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 #308031 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB4812849-
CMYK0.6200.620.50
HSL120.75º45.45%34.51%-
HSV(B)120.75º62.5%50.2%-
XYZ9.4916.295.55-
YUV95.0710294.42-

RGB Variations

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

RGB

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

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
Decimal48128490.6200.620.50120.7545.4534.51
Hex3080313E03E32792d23
Octal602006176076621715543
Binary1100001000000011000111111001111101100101111001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308031; }

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

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

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

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

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

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

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

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