#30772D

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

Shades of Japanese Laurel #30772D

Tints of Japanese Laurel #30772D

Color information

#30772D (or 0x30772D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 2D. RGB value is (48,119,45). Sum of RGB (Red+Green+Blue) = 48+119+45=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #30772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30772D is #CF88D2. Grayscale: #595959. Windows color (decimal): -13600979 or 2979632. OLE color: 2979632.

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

Color convert

RGB4811945-
CMYK0.6000.620.53
HSL117.57º45.12%32.16%-
HSV(B)117.57º62.18%46.67%-
XYZ8.2914.014.75-
YUV89.34102.9898.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=22.64%
G=56.13%
B=21.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119450.6000.620.53117.5745.1232.16
Hex30772D3C03E35762d20
Octal601675574076651665540
Binary110000111011110110111110001111101101011110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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