#307832

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

Shades of Japanese Laurel #307832

Tints of Japanese Laurel #307832

Color information

#307832 (or 0x307832) is unknown color: approx Japanese Laurel. HEX triplet: 30, 78 and 32. RGB value is (48,120,50). Sum of RGB (Red+Green+Blue) = 48+120+50=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #307832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307832 is #CF87CD. Grayscale: #5A5A5A. Windows color (decimal): -13600718 or 3307568. OLE color: 3307568.

HSL color Cylindrical-coordinate representation of color #307832: hue angle of 121.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307832 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4812050-
CMYK0.6000.580.53
HSL121.67º42.86%32.94%-
HSV(B)121.67º60%47.06%-
XYZ8.5114.295.33-
YUV90.49105.1597.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=22.02%
G=55.05%
B=22.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120500.6000.580.53121.6742.8632.94
Hex3078323C03A357a2b21
Octal601706274072651725341
Binary110000111100011001011110001110101101011111010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307832; }

 p { color: rgb(48,120,50); }

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

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

 a { background-color: rgb(48,120,50); }

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

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

 span { border-color: rgb(48,120,50); }

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