#307B39

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

Shades of Japanese Laurel #307B39

Tints of Japanese Laurel #307B39

Color information

#307B39 (or 0x307B39) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 39. RGB value is (48,123,57). Sum of RGB (Red+Green+Blue) = 48+123+57=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #307B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B39 is #CF84C6. Grayscale: #5D5D5D. Windows color (decimal): -13599943 or 3767088. OLE color: 3767088.

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

Color convert

RGB4812357-
CMYK0.6100.540.52
HSL127.2º43.86%33.53%-
HSV(B)127.2º60.98%48.24%-
XYZ9.0415.096.31-
YUV93.05107.6595.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 123 (48.44% from 255) = 53.95%
BLUE value IS 57 (22.66% from 255) = 25%
R=21.05%
G=53.95%
B=25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123570.6100.540.52127.243.8633.53
Hex307B393D036347f2c22
Octal601737175066641775442
Binary110000111101111100111110101101101101001111111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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