#30813B

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

Shades of Japanese Laurel #30813B

Tints of Japanese Laurel #30813B

Color information

#30813B (or 0x30813B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 3B. RGB value is (48,129,59). Sum of RGB (Red+Green+Blue) = 48+129+59=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #30813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30813B is #CF7EC4. Grayscale: #606060. Windows color (decimal): -13598405 or 3899696. OLE color: 3899696.

HSL color Cylindrical-coordinate representation of color #30813B: hue angle of 128.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30813B is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB4812959-
CMYK0.6300.540.49
HSL128.15º45.76%34.71%-
HSV(B)128.15º62.79%50.59%-
XYZ9.8616.646.83-
YUV96.8106.6693.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 59 (23.44% from 255) = 25%
R=20.34%
G=54.66%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129590.6300.540.49128.1545.7634.71
Hex30813B3F03631802e23
Octal602017377066612005643
Binary11000010000001111011111111011011011000110000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,129,59); }

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

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

 a { background-color: rgb(48,129,59); }

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

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

 span { border-color: rgb(48,129,59); }

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