#307B38

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

Shades of Japanese Laurel #307B38

Tints of Japanese Laurel #307B38

Color information

#307B38 (or 0x307B38) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 38. RGB value is (48,123,56). Sum of RGB (Red+Green+Blue) = 48+123+56=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #307B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B38 is #CF84C7. Grayscale: #5D5D5D. Windows color (decimal): -13599944 or 3701552. OLE color: 3701552.

HSL color Cylindrical-coordinate representation of color #307B38: hue angle of 126.4º 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 #307B38 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB4812356-
CMYK0.6100.540.52
HSL126.4º43.86%33.53%-
HSV(B)126.4º60.98%48.24%-
XYZ9.0215.086.18-
YUV92.94107.1595.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=21.15%
G=54.19%
B=24.67%

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
Decimal48123560.6100.540.52126.443.8633.53
Hex307B383D036347e2c22
Octal601737075066641765442
Binary110000111101111100011110101101101101001111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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