#30803F

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

Shades of Japanese Laurel #30803F

Tints of Japanese Laurel #30803F

Color information

#30803F (or 0x30803F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 80 and 3F. RGB value is (48,128,63). Sum of RGB (Red+Green+Blue) = 48+128+63=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #30803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30803F is #CF7FC0. Grayscale: #606060. Windows color (decimal): -13598657 or 4161584. OLE color: 4161584.

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

Color convert

RGB4812863-
CMYK0.6200.510.50
HSL131.25º45.45%34.51%-
HSV(B)131.25º62.5%50.2%-
XYZ9.8416.437.35-
YUV96.6710993.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 128 (50.39% from 255) = 53.56%
BLUE value IS 63 (25% from 255) = 26.36%
R=20.08%
G=53.56%
B=26.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128630.6200.510.50131.2545.4534.51
Hex30803F3E03332832d23
Octal602007776063622035543
Binary11000010000000111111111110011001111001010000011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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