#307C38

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

Shades of Japanese Laurel #307C38

Tints of Japanese Laurel #307C38

Color information

#307C38 (or 0x307C38) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7C and 38. RGB value is (48,124,56). Sum of RGB (Red+Green+Blue) = 48+124+56=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #307C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C38 is #CF83C7. Grayscale: #5D5D5D. Windows color (decimal): -13599688 or 3701808. OLE color: 3701808.

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

Color convert

RGB4812456-
CMYK0.6100.550.51
HSL126.32º44.19%33.73%-
HSV(B)126.32º61.29%48.63%-
XYZ9.1415.336.22-
YUV93.52106.8295.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 124 (48.83% from 255) = 54.39%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=21.05%
G=54.39%
B=24.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124560.6100.550.51126.3244.1933.73
Hex307C383D037337e2c22
Octal601747075067631765442
Binary110000111110011100011110101101111100111111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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