#307425

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

Shades of Japanese Laurel #307425

Tints of Japanese Laurel #307425

Color information

#307425 (or 0x307425) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 25. RGB value is (48,116,37). Sum of RGB (Red+Green+Blue) = 48+116+37=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #307425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307425 is #CF8BDA. Grayscale: #565656. Windows color (decimal): -13601755 or 2454576. OLE color: 2454576.

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

Color convert

RGB4811637-
CMYK0.5900.680.55
HSL111.65º51.63%30%-
HSV(B)111.65º68.1%45.49%-
XYZ7.813.253.9-
YUV86.6699.97100.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=23.88%
G=57.71%
B=18.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116370.5900.680.55111.6551.6330
Hex3074253B0443770341e
Octal6016445730104671606436
Binary110000111010010010111101101000100110111111000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307425; }

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

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

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

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

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

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

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

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