#307538

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

Shades of Japanese Laurel #307538

Tints of Japanese Laurel #307538

Color information

#307538 (or 0x307538) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 38. RGB value is (48,117,56). Sum of RGB (Red+Green+Blue) = 48+117+56=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #307538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307538 is #CF8AC7. Grayscale: #595959. Windows color (decimal): -13601480 or 3700016. OLE color: 3700016.

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

Color convert

RGB4811756-
CMYK0.5900.520.54
HSL126.96º41.82%32.35%-
HSV(B)126.96º58.97%45.88%-
XYZ8.2913.645.94-
YUV89.42109.1498.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=21.72%
G=52.94%
B=25.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117560.5900.520.54126.9641.8232.35
Hex3075383B034367f2a20
Octal601657073064661775240
Binary110000111010111100011101101101001101101111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307538; }

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

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

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

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

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

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

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

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