#307628

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

Shades of Japanese Laurel #307628

Tints of Japanese Laurel #307628

Color information

#307628 (or 0x307628) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 28. RGB value is (48,118,40). Sum of RGB (Red+Green+Blue) = 48+118+40=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #307628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307628 is #CF89D7. Grayscale: #585858. Windows color (decimal): -13601240 or 2651696. OLE color: 2651696.

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

Color convert

RGB4811840-
CMYK0.5900.660.54
HSL113.85º49.37%30.98%-
HSV(B)113.85º66.1%46.27%-
XYZ8.0813.744.23-
YUV88.18100.8199.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=23.30%
G=57.28%
B=19.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118400.5900.660.54113.8549.3730.98
Hex3076283B0423672311f
Octal6016650730102661626137
Binary110000111011010100011101101000010110110111001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307628; }

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

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

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

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

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

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

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

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