#307529

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

Shades of Japanese Laurel #307529

Tints of Japanese Laurel #307529

Color information

#307529 (or 0x307529) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 29. RGB value is (48,117,41). Sum of RGB (Red+Green+Blue) = 48+117+41=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #307529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307529 is #CF8AD6. Grayscale: #575757. Windows color (decimal): -13601495 or 2716976. OLE color: 2716976.

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

Color convert

RGB4811741-
CMYK0.5900.650.54
HSL114.47º48.1%30.98%-
HSV(B)114.47º64.96%45.88%-
XYZ7.9813.514.29-
YUV87.71101.6499.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 117 (46.09% from 255) = 56.80%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=23.30%
G=56.80%
B=19.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117410.5900.650.54114.4748.130.98
Hex3075293B0413672301f
Octal6016551730101661626037
Binary110000111010110100111101101000001110110111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307529; }

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

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

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

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

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

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

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

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