#30722A

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

Shades of Japanese Laurel #30722A

Tints of Japanese Laurel #30722A

Color information

#30722A (or 0x30722A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 72 and 2A. RGB value is (48,114,42). Sum of RGB (Red+Green+Blue) = 48+114+42=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #30722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30722A is #CF8DD5. Grayscale: #565656. Windows color (decimal): -13602262 or 2781744. OLE color: 2781744.

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

Color convert

RGB4811442-
CMYK0.5800.630.55
HSL115º46.15%30.59%-
HSV(B)115º63.16%44.71%-
XYZ7.6512.834.26-
YUV86.06103.13100.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=23.53%
G=55.88%
B=20.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114420.5800.630.5511546.1530.59
Hex30722A3A03F37732e1f
Octal601625272077671635637
Binary11000011100101010101110100111111110111111001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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