#307335

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

Shades of Japanese Laurel #307335

Tints of Japanese Laurel #307335

Color information

#307335 (or 0x307335) is unknown color: approx Japanese Laurel. HEX triplet: 30, 73 and 35. RGB value is (48,115,53). Sum of RGB (Red+Green+Blue) = 48+115+53=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #307335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307335 is #CF8CCA. Grayscale: #585858. Windows color (decimal): -13601995 or 3502896. OLE color: 3502896.

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

Color convert

RGB4811553-
CMYK0.5800.540.55
HSL124.48º41.1%31.96%-
HSV(B)124.48º58.26%45.1%-
XYZ7.9913.155.48-
YUV87.9108.399.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=22.22%
G=53.24%
B=24.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115530.5800.540.55124.4841.131.96
Hex3073353A036377c2920
Octal601636572066671745140
Binary110000111001111010111101001101101101111111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307335; }

 p { color: rgb(48,115,53); }

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

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

 a { background-color: rgb(48,115,53); }

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

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

 span { border-color: rgb(48,115,53); }

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