#307635

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

Shades of Japanese Laurel #307635

Tints of Japanese Laurel #307635

Color information

#307635 (or 0x307635) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 35. RGB value is (48,118,53). Sum of RGB (Red+Green+Blue) = 48+118+53=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #307635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307635 is #CF89CA. Grayscale: #595959. Windows color (decimal): -13601227 or 3503664. OLE color: 3503664.

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

Color convert

RGB4811853-
CMYK0.5900.550.54
HSL124.29º42.17%32.55%-
HSV(B)124.29º59.32%46.27%-
XYZ8.3413.845.6-
YUV89.66107.3198.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=21.92%
G=53.88%
B=24.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118530.5900.550.54124.2942.1732.55
Hex3076353B037367c2a21
Octal601666573067661745241
Binary110000111011011010111101101101111101101111100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307635; }

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

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

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

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

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

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

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

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