#30792D

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

Shades of Japanese Laurel #30792D

Tints of Japanese Laurel #30792D

Color information

#30792D (or 0x30792D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 79 and 2D. RGB value is (48,121,45). Sum of RGB (Red+Green+Blue) = 48+121+45=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #30792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30792D is #CF86D2. Grayscale: #5A5A5A. Windows color (decimal): -13600467 or 2980144. OLE color: 2980144.

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

Color convert

RGB4812145-
CMYK0.6000.630.53
HSL117.63º45.78%32.55%-
HSV(B)117.63º62.81%47.45%-
XYZ8.5314.494.83-
YUV90.51102.3297.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=22.43%
G=56.54%
B=21.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121450.6000.630.53117.6345.7832.55
Hex30792D3C03F35762e21
Octal601715574077651665641
Binary110000111100110110111110001111111101011110110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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