#30782F

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

Shades of Japanese Laurel #30782F

Tints of Japanese Laurel #30782F

Color information

#30782F (or 0x30782F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 78 and 2F. RGB value is (48,120,47). Sum of RGB (Red+Green+Blue) = 48+120+47=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #30782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30782F is #CF87D0. Grayscale: #5A5A5A. Windows color (decimal): -13600721 or 3110960. OLE color: 3110960.

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

Color convert

RGB4812047-
CMYK0.6000.610.53
HSL119.18º43.71%32.75%-
HSV(B)119.18º60.83%47.06%-
XYZ8.4514.275-
YUV90.15103.6597.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=22.33%
G=55.81%
B=21.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120470.6000.610.53119.1843.7132.75
Hex30782F3C03D35772c21
Octal601705774075651675441
Binary110000111100010111111110001111011101011110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,120,47); }

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

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

 a { background-color: rgb(48,120,47); }

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

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

 span { border-color: rgb(48,120,47); }

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