#307C35

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

Shades of Japanese Laurel #307C35

Tints of Japanese Laurel #307C35

Color information

#307C35 (or 0x307C35) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7C and 35. RGB value is (48,124,53). Sum of RGB (Red+Green+Blue) = 48+124+53=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #307C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C35 is #CF83CA. Grayscale: #5D5D5D. Windows color (decimal): -13599691 or 3505200. OLE color: 3505200.

HSL color Cylindrical-coordinate representation of color #307C35: hue angle of 123.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C35 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB4812453-
CMYK0.6100.570.51
HSL123.95º44.19%33.73%-
HSV(B)123.95º61.29%48.63%-
XYZ9.0715.35.84-
YUV93.18105.3295.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=21.33%
G=55.11%
B=23.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124530.6100.570.51123.9544.1933.73
Hex307C353D039337c2c22
Octal601746575071631745442
Binary110000111110011010111110101110011100111111100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307C35; }

 p { color: rgb(48,124,53); }

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

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

 a { background-color: rgb(48,124,53); }

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

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

 span { border-color: rgb(48,124,53); }

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