#307A2E

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

Shades of Japanese Laurel #307A2E

Tints of Japanese Laurel #307A2E

Color information

#307A2E (or 0x307A2E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 2E. RGB value is (48,122,46). Sum of RGB (Red+Green+Blue) = 48+122+46=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #307A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A2E is #CF85D1. Grayscale: #5B5B5B. Windows color (decimal): -13600210 or 3045936. OLE color: 3045936.

HSL color Cylindrical-coordinate representation of color #307A2E: hue angle of 118.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307A2E is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB4812246-
CMYK0.6100.620.52
HSL118.42º45.24%32.94%-
HSV(B)118.42º62.3%47.84%-
XYZ8.6714.744.97-
YUV91.21102.4897.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=22.22%
G=56.48%
B=21.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122460.6100.620.52118.4245.2432.94
Hex307A2E3D03E34762d21
Octal601725675076641665541
Binary110000111101010111011110101111101101001110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,122,46); }

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

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

 a { background-color: rgb(48,122,46); }

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

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

 span { border-color: rgb(48,122,46); }

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