#30803B

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

Shades of Japanese Laurel #30803B

Tints of Japanese Laurel #30803B

Color information

#30803B (or 0x30803B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 80 and 3B. RGB value is (48,128,59). Sum of RGB (Red+Green+Blue) = 48+128+59=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #30803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30803B is #CF7FC4. Grayscale: #606060. Windows color (decimal): -13598661 or 3899440. OLE color: 3899440.

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

Color convert

RGB4812859-
CMYK0.6200.540.50
HSL128.25º45.45%34.51%-
HSV(B)128.25º62.5%50.2%-
XYZ9.7316.386.79-
YUV96.2110793.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=20.43%
G=54.47%
B=25.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128590.6200.540.50128.2545.4534.51
Hex30803B3E03632802d23
Octal602007376066622005543
Binary11000010000000111011111110011011011001010000000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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