#30793D

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

Shades of Japanese Laurel #30793D

Tints of Japanese Laurel #30793D

Color information

#30793D (or 0x30793D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 79 and 3D. RGB value is (48,121,61). Sum of RGB (Red+Green+Blue) = 48+121+61=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #30793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30793D is #CF86C2. Grayscale: #5C5C5C. Windows color (decimal): -13600451 or 4028720. OLE color: 4028720.

HSL color Cylindrical-coordinate representation of color #30793D: hue angle of 130.68º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30793D is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB4812161-
CMYK0.6000.500.53
HSL130.68º43.2%33.14%-
HSV(B)130.68º60.33%47.45%-
XYZ8.914.646.77-
YUV92.33110.3296.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=20.87%
G=52.61%
B=26.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121610.6000.500.53130.6843.233.14
Hex30793D3C03235832b21
Octal601717574062652035341
Binary1100001111001111101111100011001011010110000011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30793D; }

 p { color: rgb(48,121,61); }

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

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

 a { background-color: rgb(48,121,61); }

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

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

 span { border-color: rgb(48,121,61); }

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