#30752A

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

Shades of Japanese Laurel #30752A

Tints of Japanese Laurel #30752A

Color information

#30752A (or 0x30752A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 2A. RGB value is (48,117,42). Sum of RGB (Red+Green+Blue) = 48+117+42=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #30752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30752A is #CF8AD5. Grayscale: #585858. Windows color (decimal): -13601494 or 2782512. OLE color: 2782512.

HSL color Cylindrical-coordinate representation of color #30752A: hue angle of 115.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30752A is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB4811742-
CMYK0.5900.640.54
HSL115.2º47.17%31.18%-
HSV(B)115.2º64.1%45.88%-
XYZ813.524.38-
YUV87.82102.1499.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=23.19%
G=56.52%
B=20.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117420.5900.640.54115.247.1731.18
Hex30752A3B04036732f1f
Octal6016552730100661635737
Binary110000111010110101011101101000000110110111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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