#307625

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

Shades of Japanese Laurel #307625

Tints of Japanese Laurel #307625

Color information

#307625 (or 0x307625) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 25. RGB value is (48,118,37). Sum of RGB (Red+Green+Blue) = 48+118+37=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #307625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307625 is #CF89DA. Grayscale: #585858. Windows color (decimal): -13601243 or 2455088. OLE color: 2455088.

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

Color convert

RGB4811837-
CMYK0.5900.690.54
HSL111.85º52.26%30.39%-
HSV(B)111.85º68.64%46.27%-
XYZ8.0313.723.97-
YUV87.8499.3199.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=23.65%
G=58.13%
B=18.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118370.5900.690.54111.8552.2630.39
Hex3076253B0453670341e
Octal6016645730105661606436
Binary110000111011010010111101101000101110110111000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307625; }

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

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

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

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

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

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

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

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