#307E2B

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

Shades of Japanese Laurel #307E2B

Tints of Japanese Laurel #307E2B

Color information

#307E2B (or 0x307E2B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7E and 2B. RGB value is (48,126,43). Sum of RGB (Red+Green+Blue) = 48+126+43=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #307E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E2B is #CF81D4. Grayscale: #5D5D5D. Windows color (decimal): -13599189 or 2850352. OLE color: 2850352.

HSL color Cylindrical-coordinate representation of color #307E2B: hue angle of 116.39º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307E2B is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB4812643-
CMYK0.6200.660.51
HSL116.39º49.11%33.14%-
HSV(B)116.39º65.87%49.41%-
XYZ9.1215.724.84-
YUV93.2299.6695.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 126 (49.61% from 255) = 58.06%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=22.12%
G=58.06%
B=19.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126430.6200.660.51116.3949.1133.14
Hex307E2B3E04233743121
Octal6017653760102631646141
Binary1100001111110101011111110010000101100111110100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,126,43); }

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

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

 a { background-color: rgb(48,126,43); }

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

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

 span { border-color: rgb(48,126,43); }

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