#307029

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

Shades of Japanese Laurel #307029

Tints of Japanese Laurel #307029

Color information

#307029 (or 0x307029) is unknown color: approx Japanese Laurel. HEX triplet: 30, 70 and 29. RGB value is (48,112,41). Sum of RGB (Red+Green+Blue) = 48+112+41=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #307029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307029 is #CF8FD6. Grayscale: #545454. Windows color (decimal): -13602775 or 2715696. OLE color: 2715696.

HSL color Cylindrical-coordinate representation of color #307029: hue angle of 114.08º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307029 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB4811241-
CMYK0.5700.630.56
HSL114.08º46.41%30%-
HSV(B)114.08º63.39%43.92%-
XYZ7.4112.384.1-
YUV84.77103.3101.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=23.88%
G=55.72%
B=20.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112410.5700.630.56114.0846.4130
Hex3070293903F38722e1e
Octal601605171077701625636
Binary11000011100001010011110010111111111000111001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307029; }

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

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

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

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

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

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

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

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