#307329

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

Shades of Japanese Laurel #307329

Tints of Japanese Laurel #307329

Color information

#307329 (or 0x307329) is unknown color: approx Japanese Laurel. HEX triplet: 30, 73 and 29. RGB value is (48,115,41). Sum of RGB (Red+Green+Blue) = 48+115+41=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #307329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307329 is #CF8CD6. Grayscale: #565656. Windows color (decimal): -13602007 or 2716464. OLE color: 2716464.

HSL color Cylindrical-coordinate representation of color #307329: hue angle of 114.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307329 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB4811541-
CMYK0.5800.640.55
HSL114.32º47.44%30.59%-
HSV(B)114.32º64.35%45.1%-
XYZ7.7513.054.21-
YUV86.53102.3100.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 115 (45.31% from 255) = 56.37%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=23.53%
G=56.37%
B=20.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115410.5800.640.55114.3247.4430.59
Hex3073293A04037722f1f
Octal6016351720100671625737
Binary110000111001110100111101001000000110111111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307329; }

 p { color: rgb(48,115,41); }

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

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

 a { background-color: rgb(48,115,41); }

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

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

 span { border-color: rgb(48,115,41); }

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