#307626

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

Shades of Japanese Laurel #307626

Tints of Japanese Laurel #307626

Color information

#307626 (or 0x307626) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 26. RGB value is (48,118,38). Sum of RGB (Red+Green+Blue) = 48+118+38=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #307626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307626 is #CF89D9. Grayscale: #585858. Windows color (decimal): -13601242 or 2520624. OLE color: 2520624.

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

Color convert

RGB4811838-
CMYK0.5900.680.54
HSL112.5º51.28%30.59%-
HSV(B)112.5º67.8%46.27%-
XYZ8.0513.734.06-
YUV87.9599.8199.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=23.53%
G=57.84%
B=18.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118380.5900.680.54112.551.2830.59
Hex3076263B0443670331f
Octal6016646730104661606337
Binary110000111011010011011101101000100110110111000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307626; }

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

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

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

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

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

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

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

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