#307629

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

Shades of Japanese Laurel #307629

Tints of Japanese Laurel #307629

Color information

#307629 (or 0x307629) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 29. RGB value is (48,118,41). Sum of RGB (Red+Green+Blue) = 48+118+41=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #307629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307629 is #CF89D6. Grayscale: #585858. Windows color (decimal): -13601239 or 2717232. OLE color: 2717232.

HSL color Cylindrical-coordinate representation of color #307629: hue angle of 114.55º 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 #307629 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB4811841-
CMYK0.5900.650.54
HSL114.55º48.43%31.18%-
HSV(B)114.55º65.25%46.27%-
XYZ8.113.754.32-
YUV88.29101.3199.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=23.19%
G=57.00%
B=19.81%

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
Decimal48118410.5900.650.54114.5548.4331.18
Hex3076293B0413673301f
Octal6016651730101661636037
Binary110000111011010100111101101000001110110111001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307629; }

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

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

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

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

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

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

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

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