#307633

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

Shades of Japanese Laurel #307633

Tints of Japanese Laurel #307633

Color information

#307633 (or 0x307633) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 33. RGB value is (48,118,51). Sum of RGB (Red+Green+Blue) = 48+118+51=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #307633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307633 is #CF89CC. Grayscale: #595959. Windows color (decimal): -13601229 or 3372592. OLE color: 3372592.

HSL color Cylindrical-coordinate representation of color #307633: hue angle of 122.57º 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 #307633 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB4811851-
CMYK0.5900.570.54
HSL122.57º42.17%32.55%-
HSV(B)122.57º59.32%46.27%-
XYZ8.2913.825.36-
YUV89.43106.3198.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=22.12%
G=54.38%
B=23.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118510.5900.570.54122.5742.1732.55
Hex3076333B039367b2a21
Octal601666373071661735241
Binary110000111011011001111101101110011101101111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307633; }

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

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

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

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

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

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

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

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