#307840

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

Shades of Japanese Laurel #307840

Tints of Japanese Laurel #307840

Color information

#307840 (or 0x307840) is unknown color: approx Japanese Laurel. HEX triplet: 30, 78 and 40. RGB value is (48,120,64). Sum of RGB (Red+Green+Blue) = 48+120+64=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #307840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307840 is #CF87BF. Grayscale: #5C5C5C. Windows color (decimal): -13600704 or 4225072. OLE color: 4225072.

HSL color Cylindrical-coordinate representation of color #307840: hue angle of 133.33º 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 #307840 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB4812064-
CMYK0.6000.470.53
HSL133.33º42.86%32.94%-
HSV(B)133.33º60%47.06%-
XYZ8.8614.437.17-
YUV92.09112.1596.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=20.69%
G=51.72%
B=27.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120640.6000.470.53133.3342.8632.94
Hex3078403C02F35852b21
Octal6017010074057652055341
Binary11000011110001000000111100010111111010110000101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307840; }

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

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

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

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

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

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

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

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