#30752B

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

Shades of Japanese Laurel #30752B

Tints of Japanese Laurel #30752B

Color information

#30752B (or 0x30752B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 2B. RGB value is (48,117,43). Sum of RGB (Red+Green+Blue) = 48+117+43=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #30752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30752B is #CF8AD4. Grayscale: #585858. Windows color (decimal): -13601493 or 2848048. OLE color: 2848048.

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

Color convert

RGB4811743-
CMYK0.5900.630.54
HSL115.95º46.25%31.37%-
HSV(B)115.95º63.25%45.88%-
XYZ8.0213.534.47-
YUV87.93102.6499.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=23.08%
G=56.25%
B=20.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117430.5900.630.54115.9546.2531.37
Hex30752B3B03F36742e1f
Octal601655373077661645637
Binary11000011101011010111110110111111110110111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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