#30722B

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

Shades of Japanese Laurel #30722B

Tints of Japanese Laurel #30722B

Color information

#30722B (or 0x30722B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 72 and 2B. RGB value is (48,114,43). Sum of RGB (Red+Green+Blue) = 48+114+43=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #30722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30722B is #CF8DD4. Grayscale: #565656. Windows color (decimal): -13602261 or 2847280. OLE color: 2847280.

HSL color Cylindrical-coordinate representation of color #30722B: hue angle of 115.77º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30722B is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB4811443-
CMYK0.5800.620.55
HSL115.77º45.22%30.78%-
HSV(B)115.77º62.28%44.71%-
XYZ7.6712.844.36-
YUV86.17103.63100.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=23.41%
G=55.61%
B=20.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114430.5800.620.55115.7745.2230.78
Hex30722B3A03E37742d1f
Octal601625372076671645537
Binary11000011100101010111110100111110110111111010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30722B; }

 p { color: rgb(48,114,43); }

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

<style>
 a { background-color: #30722B; }

 a { background-color: rgb(48,114,43); }

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

<style>
 span { border-color: #30722B; }

 span { border-color: rgb(48,114,43); }

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