#30732F

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

Shades of Japanese Laurel #30732F

Tints of Japanese Laurel #30732F

Color information

#30732F (or 0x30732F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 73 and 2F. RGB value is (48,115,47). Sum of RGB (Red+Green+Blue) = 48+115+47=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #30732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30732F is #CF8CD0. Grayscale: #575757. Windows color (decimal): -13602001 or 3109680. OLE color: 3109680.

HSL color Cylindrical-coordinate representation of color #30732F: hue angle of 119.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30732F is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB4811547-
CMYK0.5800.590.55
HSL119.12º41.98%31.76%-
HSV(B)119.12º59.13%45.1%-
XYZ7.8613.14.8-
YUV87.22105.3100.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=22.86%
G=54.76%
B=22.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115470.5800.590.55119.1241.9831.76
Hex30732F3A03B37772a20
Octal601635772073671675240
Binary110000111001110111111101001110111101111110111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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