#307A39

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

Shades of Japanese Laurel #307A39

Tints of Japanese Laurel #307A39

Color information

#307A39 (or 0x307A39) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 39. RGB value is (48,122,57). Sum of RGB (Red+Green+Blue) = 48+122+57=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #307A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A39 is #CF85C6. Grayscale: #5C5C5C. Windows color (decimal): -13600199 or 3766832. OLE color: 3766832.

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

Color convert

RGB4812257-
CMYK0.6100.530.52
HSL127.3º43.53%33.33%-
HSV(B)127.3º60.66%47.84%-
XYZ8.9214.846.27-
YUV92.46107.9896.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 122 (48.05% from 255) = 53.74%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=21.15%
G=53.74%
B=25.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122570.6100.530.52127.343.5333.33
Hex307A393D035347f2c21
Octal601727175065641775441
Binary110000111101011100111110101101011101001111111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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